summaryrefslogtreecommitdiffstats
path: root/examples/qpa/windows/windows.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpa/windows/windows.pro')
-rw-r--r--examples/qpa/windows/windows.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qpa/windows/windows.pro b/examples/qpa/windows/windows.pro
index 151f6027d5..f0d53af625 100644
--- a/examples/qpa/windows/windows.pro
+++ b/examples/qpa/windows/windows.pro
@@ -5,7 +5,7 @@ HEADERS += window.h
SOURCES += window.cpp main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa/windows
+target.path = $$[QT_INSTALL_EXAMPLES]/qpa/windows
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS windows.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa/windows
+sources.path = $$[QT_INSTALL_EXAMPLES]/qpa/windows
INSTALLS += target sources