summaryrefslogtreecommitdiffstats
path: root/examples/desktop/screenshot/screenshot.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/desktop/screenshot/screenshot.pro')
-rw-r--r--examples/desktop/screenshot/screenshot.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/desktop/screenshot/screenshot.pro b/examples/desktop/screenshot/screenshot.pro
new file mode 100644
index 0000000..3ecbf8f
--- /dev/null
+++ b/examples/desktop/screenshot/screenshot.pro
@@ -0,0 +1,9 @@
+HEADERS = screenshot.h
+SOURCES = main.cpp \
+ screenshot.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/desktop/screenshot
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS screenshot.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/desktop/screenshot
+INSTALLS += target sources