summaryrefslogtreecommitdiffstats
path: root/examples/draganddrop/dropsite/dropsite.pro
blob: 0ee9f600d1b887b19dcfb9233ce0c05be97c7bdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

symbian: CONFIG += qt_example