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