projects
/
profile
/
ivi
/
qtbase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bbe875
)
Add install path for qpa windows example
author
Gatis Paeglis
<gatis.paeglis@nokia.com>
Wed, 13 Jun 2012 12:19:54 +0000
(14:19 +0200)
committer
Qt by Nokia
<qt-info@nokia.com>
Thu, 14 Jun 2012 01:03:38 +0000
(
03:03
+0200)
Task-number: QTBUG-26150
Change-Id: I8e981318e05cca6628160aea31281f8e3baaa50f
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
examples/qpa/windows/windows.pro
patch
|
blob
|
history
diff --git
a/examples/qpa/windows/windows.pro
b/examples/qpa/windows/windows.pro
index
40280b7
..
151f602
100644
(file)
--- 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