summaryrefslogtreecommitdiffstats
path: root/examples/draganddrop/draganddrop.pro
blob: 9cc0e2bd2fc20aa43d2a324599931a59fd11d58d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE    = subdirs
SUBDIRS     = draggableicons \
              draggabletext \
              dropsite \
              fridgemagnets \
              puzzle

contains(QT_CONFIG, svg): SUBDIRS += delayedencoding

wince*: SUBDIRS -= dropsite
symbian: SUBDIRS -= dropsite
# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop
INSTALLS += sources