author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 02 Feb 2010 00:43:10 +0200 | |
changeset 3 | 41300fa6a67c |
parent 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
SUBDIRS = \ |
|
3 |
elasticnodes \ |
|
4 |
collidingmice \ |
|
5 |
padnavigator \ |
|
6 |
basicgraphicslayouts |
|
7 |
||
8 |
!symbian: SUBDIRS += \ |
|
9 |
diagramscene \ |
|
10 |
dragdroprobot \ |
|
11 |
flowlayout \ |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
12 |
anchorlayout \ |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
13 |
weatheranchorlayout |
0 | 14 |
|
15 |
contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids |
|
16 |
contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot |
|
17 |
||
18 |
# install |
|
19 |
target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview |
|
20 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README |
|
21 |
sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview |
|
22 |
INSTALLS += target sources |
|
23 |
||
24 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |