Last change
on this file since 521 was 521, checked in by Dmitry A. Kuminov, 15 years ago |
demos/qtdemo: Use QTDIR-wise OBJECTS_DIR and MOC_DIR [vendor bug].
|
File size:
1.4 KB
|
Line | |
---|
1 | CONFIG += assistant help x11inc
|
---|
2 | TARGET = qtdemo
|
---|
3 | DESTDIR = $$QT_BUILD_TREE/bin
|
---|
4 | INSTALLS += target sources
|
---|
5 | QT += xml network
|
---|
6 |
|
---|
7 | contains(QT_CONFIG, opengl) {
|
---|
8 | DEFINES += QT_OPENGL_SUPPORT
|
---|
9 | QT += opengl
|
---|
10 | }
|
---|
11 |
|
---|
12 | build_all:!build_pass {
|
---|
13 | CONFIG -= build_all
|
---|
14 | CONFIG += release
|
---|
15 | }
|
---|
16 |
|
---|
17 | RESOURCES = qtdemo.qrc
|
---|
18 | HEADERS = mainwindow.h \
|
---|
19 | demoscene.h \
|
---|
20 | demoitem.h \
|
---|
21 | score.h \
|
---|
22 | demoitemanimation.h \
|
---|
23 | itemcircleanimation.h \
|
---|
24 | demotextitem.h \
|
---|
25 | headingitem.h \
|
---|
26 | dockitem.h \
|
---|
27 | scanitem.h \
|
---|
28 | letteritem.h \
|
---|
29 | examplecontent.h \
|
---|
30 | menucontent.h \
|
---|
31 | guide.h \
|
---|
32 | guideline.h \
|
---|
33 | guidecircle.h \
|
---|
34 | menumanager.h \
|
---|
35 | colors.h \
|
---|
36 | textbutton.h \
|
---|
37 | imageitem.h
|
---|
38 | SOURCES = main.cpp \
|
---|
39 | demoscene.cpp \
|
---|
40 | mainwindow.cpp \
|
---|
41 | demoitem.cpp \
|
---|
42 | score.cpp \
|
---|
43 | demoitemanimation.cpp \
|
---|
44 | itemcircleanimation.cpp \
|
---|
45 | demotextitem.cpp \
|
---|
46 | headingitem.cpp \
|
---|
47 | dockitem.cpp \
|
---|
48 | scanitem.cpp \
|
---|
49 | letteritem.cpp \
|
---|
50 | examplecontent.cpp \
|
---|
51 | menucontent.cpp \
|
---|
52 | guide.cpp \
|
---|
53 | guideline.cpp \
|
---|
54 | guidecircle.cpp \
|
---|
55 | menumanager.cpp \
|
---|
56 | colors.cpp \
|
---|
57 | textbutton.cpp \
|
---|
58 | imageitem.cpp
|
---|
59 |
|
---|
60 | win32:RC_FILE = qtdemo.rc
|
---|
61 | mac {
|
---|
62 | ICON = qtdemo.icns
|
---|
63 | QMAKE_INFO_PLIST = Info_mac.plist
|
---|
64 | }
|
---|
65 |
|
---|
66 | # install
|
---|
67 | target.path = $$[QT_INSTALL_BINS]
|
---|
68 | sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES qtdemo.pro images xml *.ico *.icns *.rc *.plist
|
---|
69 | sources.path = $$[QT_INSTALL_DEMOS]/qtdemo
|
---|
70 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.