Last change
on this file since 374 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
1.2 KB
|
Line | |
---|
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 | glshaders.h \
|
---|
15 | gltrianglemesh.h \
|
---|
16 | qtbox.h \
|
---|
17 | roundedbox.h \
|
---|
18 | scene.h \
|
---|
19 | trackball.h \
|
---|
20 | vector.h
|
---|
21 | SOURCES += 3rdparty/fbm.c \
|
---|
22 | glbuffers.cpp \
|
---|
23 | glextensions.cpp \
|
---|
24 | glshaders.cpp \
|
---|
25 | main.cpp \
|
---|
26 | qtbox.cpp \
|
---|
27 | roundedbox.cpp \
|
---|
28 | scene.cpp \
|
---|
29 | trackball.cpp
|
---|
30 |
|
---|
31 | RESOURCES += boxes.qrc
|
---|
32 |
|
---|
33 | QT += opengl
|
---|
34 |
|
---|
35 | # install
|
---|
36 | target.path = $$[QT_INSTALL_DEMOS]/boxes
|
---|
37 | sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.jpg *.png *.fsh *.vsh *.par
|
---|
38 | sources.files -= 3rdparty/fbm.h 3rdparty/fbm.c
|
---|
39 | sources.files += 3rdparty
|
---|
40 | sources.path = $$[QT_INSTALL_DEMOS]/boxes
|
---|
41 | INSTALLS += target sources
|
---|
42 |
|
---|
43 | wince*: {
|
---|
44 | DEPLOYMENT_PLUGIN += qjpeg
|
---|
45 | }
|
---|
46 |
|
---|
47 | win32-msvc* {
|
---|
48 | QMAKE_CXXFLAGS += /Zm1200
|
---|
49 | QMAKE_CFLAGS += /Zm1200
|
---|
50 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.