Last change
on this file since 754 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
1.2 KB
|
Rev | Line | |
---|
[2] | 1 | ######################################################################
|
---|
| 2 | # Automatically generated by qmake (2.01a) ma 3. nov 17:33:30 2008
|
---|
| 3 | ######################################################################
|
---|
| 4 |
|
---|
| 5 | TEMPLATE = app
|
---|
| 6 | TARGET =
|
---|
| 7 | DEPENDPATH += .
|
---|
| 8 | INCLUDEPATH += .
|
---|
| 9 |
|
---|
| 10 | # Input
|
---|
| 11 | HEADERS += 3rdparty/fbm.h \
|
---|
| 12 | glbuffers.h \
|
---|
| 13 | glextensions.h \
|
---|
| 14 | gltrianglemesh.h \
|
---|
| 15 | qtbox.h \
|
---|
| 16 | roundedbox.h \
|
---|
| 17 | scene.h \
|
---|
[561] | 18 | trackball.h
|
---|
[2] | 19 | SOURCES += 3rdparty/fbm.c \
|
---|
| 20 | glbuffers.cpp \
|
---|
| 21 | glextensions.cpp \
|
---|
| 22 | main.cpp \
|
---|
| 23 | qtbox.cpp \
|
---|
| 24 | roundedbox.cpp \
|
---|
| 25 | scene.cpp \
|
---|
| 26 | trackball.cpp
|
---|
| 27 |
|
---|
| 28 | RESOURCES += boxes.qrc
|
---|
| 29 |
|
---|
| 30 | QT += opengl
|
---|
| 31 |
|
---|
| 32 | # install
|
---|
| 33 | target.path = $$[QT_INSTALL_DEMOS]/boxes
|
---|
| 34 | sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.jpg *.png *.fsh *.vsh *.par
|
---|
| 35 | sources.files -= 3rdparty/fbm.h 3rdparty/fbm.c
|
---|
| 36 | sources.files += 3rdparty
|
---|
| 37 | sources.path = $$[QT_INSTALL_DEMOS]/boxes
|
---|
| 38 | INSTALLS += target sources
|
---|
| 39 |
|
---|
| 40 | wince*: {
|
---|
| 41 | DEPLOYMENT_PLUGIN += qjpeg
|
---|
| 42 | }
|
---|
| 43 |
|
---|
| 44 | win32-msvc* {
|
---|
[561] | 45 | QMAKE_CXXFLAGS -= -Zm200
|
---|
| 46 | QMAKE_CFLAGS -= -Zm200
|
---|
| 47 | QMAKE_CXXFLAGS += -Zm500
|
---|
| 48 | QMAKE_CFLAGS += -Zm500
|
---|
[2] | 49 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.