summaryrefslogtreecommitdiffstats
path: root/examples/qpa
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@nokia.com>2012-06-13 14:19:54 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-14 03:03:38 +0200
commitaa9942a530b26fde1cac662a2d10d68c06190d82 (patch)
tree3ab96d8d8279f34ea522b0988fe967821ca70bac /examples/qpa
parent5bbe8756fd9b95cbe2d93cd59aba27741c4ffabe (diff)
Add install path for qpa windows example
Task-number: QTBUG-26150 Change-Id: I8e981318e05cca6628160aea31281f8e3baaa50f Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
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