diff options
Diffstat (limited to 'examples/draganddrop/dropsite/dropsite.pro')
-rw-r--r-- | examples/draganddrop/dropsite/dropsite.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/draganddrop/dropsite/dropsite.pro b/examples/draganddrop/dropsite/dropsite.pro new file mode 100644 index 0000000..29dd0fd --- /dev/null +++ b/examples/draganddrop/dropsite/dropsite.pro @@ -0,0 +1,12 @@ +HEADERS = droparea.h \ + dropsitewindow.h +SOURCES = droparea.cpp \ + dropsitewindow.cpp \ + main.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/draganddrop/dropsite +sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro images +sources.path = $$[QT_INSTALL_EXAMPLES]/draganddrop/dropsite +INSTALLS += target sources + |