author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 12 Mar 2010 15:46:37 +0200 | |
branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
parent 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 \ |
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
13 |
simpleanchorlayout \ |
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
14 |
weatheranchorlayout |
0 | 15 |
|
16 |
contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids |
|
17 |
contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot |
|
18 |
||
19 |
# install |
|
20 |
target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview |
|
21 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README |
|
22 |
sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview |
|
23 |
INSTALLS += target sources |
|
24 |
||
25 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |