source: trunk/demos/boxes/boxes.pro@ 374

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
5TEMPLATE = app
6TARGET =
7DEPENDPATH += .
8INCLUDEPATH += .
9
10# Input
11HEADERS += 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
21SOURCES += 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
31RESOURCES += boxes.qrc
32
33QT += opengl
34
35# install
36target.path = $$[QT_INSTALL_DEMOS]/boxes
37sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.jpg *.png *.fsh *.vsh *.par
38sources.files -= 3rdparty/fbm.h 3rdparty/fbm.c
39sources.files += 3rdparty
40sources.path = $$[QT_INSTALL_DEMOS]/boxes
41INSTALLS += target sources
42
43wince*: {
44 DEPLOYMENT_PLUGIN += qjpeg
45}
46
47win32-msvc* {
48 QMAKE_CXXFLAGS += /Zm1200
49 QMAKE_CFLAGS += /Zm1200
50}
Note: See TracBrowser for help on using the repository browser.