summaryrefslogtreecommitdiffstats
path: root/examples/qpa/qpa.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpa/qpa.pro')
-rw-r--r--examples/qpa/qpa.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/qpa/qpa.pro b/examples/qpa/qpa.pro
new file mode 100644
index 0000000000..b1b4428c23
--- /dev/null
+++ b/examples/qpa/qpa.pro
@@ -0,0 +1,8 @@
+TEMPLATE = subdirs
+SUBDIRS = windows
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qpa.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
+INSTALLS += target sources