Add install path for qpa windows example
Task-number: QTBUG-26150 Change-Id: I8e981318e05cca6628160aea31281f8e3baaa50f Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
parent
5bbe8756fd
commit
aa9942a530
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user