summaryrefslogtreecommitdiffstats
path: root/examples/draganddrop/draganddrop.pro
blob: fa857db14c637f9fd62427a5e590a0dfa573e95e (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]/draganddrop
INSTALLS += sources