summaryrefslogtreecommitdiffstats
path: root/examples/qpa
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpa')
-rw-r--r--examples/qpa/windows/windows.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/qpa/windows/windows.pro b/examples/qpa/windows/windows.pro
index 40280b718a..151f6027d5 100644
--- a/examples/qpa/windows/windows.pro
+++ b/examples/qpa/windows/windows.pro
@@ -3,3 +3,9 @@ QT += gui-private core-private
HEADERS += window.h
SOURCES += window.cpp main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa/windows
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS windows.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa/windows
+INSTALLS += target sources