author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 01:19:32 +0300 | |
changeset 37 | 758a864f9613 |
parent 33 | 3e2da88830cd |
permissions | -rw-r--r-- |
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
1 |
CONFIG += help x11inc |
0 | 2 |
TARGET = qtdemo |
3 |
DEMO_DESTDIR = $$QT_BUILD_TREE |
|
4 |
isEmpty(DEMO_DESTDIR):DEMO_DESTDIR=../.. |
|
5 |
DESTDIR = $$DEMO_DESTDIR/bin |
|
6 |
INSTALLS += target sources |
|
7 |
||
8 |
||
37
758a864f9613
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
9 |
QT += xml network |
0 | 10 |
|
11 |
contains(QT_CONFIG, opengl) { |
|
12 |
DEFINES += QT_OPENGL_SUPPORT |
|
13 |
QT += opengl |
|
14 |
} |
|
15 |
||
37
758a864f9613
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
16 |
contains(QT_CONFIG, declarative) { |
758a864f9613
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
17 |
QT += declarative |
758a864f9613
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
18 |
} |
758a864f9613
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
19 |
|
0 | 20 |
build_all:!build_pass { |
21 |
CONFIG -= build_all |
|
22 |
CONFIG += release |
|
23 |
} |
|
24 |
||
25 |
RESOURCES = qtdemo.qrc |
|
26 |
HEADERS = mainwindow.h \ |
|
27 |
demoscene.h \ |
|
28 |
demoitem.h \ |
|
29 |
score.h \ |
|
30 |
demoitemanimation.h \ |
|
31 |
itemcircleanimation.h \ |
|
32 |
demotextitem.h \ |
|
33 |
headingitem.h \ |
|
34 |
dockitem.h \ |
|
35 |
scanitem.h \ |
|
36 |
letteritem.h \ |
|
37 |
examplecontent.h \ |
|
38 |
menucontent.h \ |
|
39 |
guide.h \ |
|
40 |
guideline.h \ |
|
41 |
guidecircle.h \ |
|
42 |
menumanager.h \ |
|
43 |
colors.h \ |
|
44 |
textbutton.h \ |
|
45 |
imageitem.h |
|
46 |
SOURCES = main.cpp \ |
|
47 |
demoscene.cpp \ |
|
48 |
mainwindow.cpp \ |
|
49 |
demoitem.cpp \ |
|
50 |
score.cpp \ |
|
51 |
demoitemanimation.cpp \ |
|
52 |
itemcircleanimation.cpp \ |
|
53 |
demotextitem.cpp \ |
|
54 |
headingitem.cpp \ |
|
55 |
dockitem.cpp \ |
|
56 |
scanitem.cpp \ |
|
57 |
letteritem.cpp \ |
|
58 |
examplecontent.cpp \ |
|
59 |
menucontent.cpp \ |
|
60 |
guide.cpp \ |
|
61 |
guideline.cpp \ |
|
62 |
guidecircle.cpp \ |
|
63 |
menumanager.cpp \ |
|
64 |
colors.cpp \ |
|
65 |
textbutton.cpp \ |
|
66 |
imageitem.cpp |
|
67 |
||
68 |
win32:RC_FILE = qtdemo.rc |
|
69 |
mac { |
|
70 |
ICON = qtdemo.icns |
|
71 |
QMAKE_INFO_PLIST = Info_mac.plist |
|
72 |
} |
|
73 |
||
74 |
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
|
75 |
||
76 |
# install |
|
77 |
target.path = $$[QT_INSTALL_BINS] |
|
78 |
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES qtdemo.pro images xml *.ico *.icns *.rc *.plist |
|
79 |
sources.path = $$[QT_INSTALL_DEMOS]/qtdemo |
|
80 |
||
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
81 |
OTHER_FILES += \ |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
82 |
qmlShell.qml |