summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/qpa/windows/windows.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/examples/qpa/windows/windows.pro')
-rw-r--r--tests/manual/examples/qpa/windows/windows.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/manual/examples/qpa/windows/windows.pro b/tests/manual/examples/qpa/windows/windows.pro
new file mode 100644
index 0000000000..cf2b7ab200
--- /dev/null
+++ b/tests/manual/examples/qpa/windows/windows.pro
@@ -0,0 +1,9 @@
+CONFIG += console
+QT += gui-private core-private
+
+HEADERS += window.h
+SOURCES += window.cpp main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qpa/windows
+INSTALLS += target