blob: 0cd881ac2d9cfa42662e14a99df6b35b9d598b9c (
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
# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/draganddrop
INSTALLS += sources
|