2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = draggableicons \
|
|
|
|
draggabletext \
|
|
|
|
dropsite \
|
|
|
|
fridgemagnets \
|
|
|
|
puzzle
|
|
|
|
|
|
|
|
wince*: SUBDIRS -= dropsite
|
|
|
|
# install
|
|
|
|
sources.files = README *.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop
|
|
|
|
INSTALLS += sources
|
2011-05-07 21:50:03 +00:00
|
|
|
QT += widgets
|