author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 26 Jan 2010 12:42:25 +0200 | |
changeset 2 | 56cd8111b7f7 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
SUBDIRS = draggableicons \ |
|
3 |
draggabletext \ |
|
4 |
dropsite \ |
|
5 |
fridgemagnets \ |
|
6 |
puzzle |
|
7 |
||
8 |
contains(QT_CONFIG, svg): SUBDIRS += delayedencoding |
|
9 |
||
10 |
wince*: SUBDIRS -= dropsite |
|
11 |
symbian: SUBDIRS -= dropsite |
|
12 |
# install |
|
13 |
sources.files = README *.pro |
|
14 |
sources.path = $$[QT_INSTALL_EXAMPLES]/draganddrop |
|
15 |
INSTALLS += sources |