dropsite.pro Example File
draganddrop/dropsite/dropsite.pro
QT += widgets
HEADERS = droparea.h \
dropsitewindow.h
SOURCES = droparea.cpp \
dropsitewindow.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/draganddrop/dropsite
INSTALLS += target
simulator: warning(This example might not fully work on Simulator platform)