summaryrefslogtreecommitdiffstats
path: root/examples/widgets/draganddrop/dropsite/dropsite.pro
blob: 8198b19e79cd5c23ac63e46ae09325a11549b56d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS = droparea.h \
          dropsitewindow.h
SOURCES = droparea.cpp \
          dropsitewindow.cpp \
          main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/dropsite
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/dropsite
INSTALLS += target sources

QT += widgets
simulator: warning(This example might not fully work on Simulator platform)