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.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/qpa/qpa.pro b/examples/qpa/qpa.pro
new file mode 100644
index 0000000000..c0e26072a0
--- /dev/null
+++ b/examples/qpa/qpa.pro
@@ -0,0 +1,9 @@
+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
+QT += widgets