qt5base-lts/examples/draganddrop/draganddrop.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

15 lines
348 B
INI

TEMPLATE = subdirs
SUBDIRS = draggableicons \
draggabletext \
dropsite \
fridgemagnets \
puzzle
wince*: SUBDIRS -= dropsite
symbian: SUBDIRS -= dropsite
# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop
INSTALLS += sources
QT += widgets