16 lines
388 B
Prolog
16 lines
388 B
Prolog
|
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
|