summaryrefslogtreecommitdiffstats
path: root/examples/qpa/qpa.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpa/qpa.pro')
-rw-r--r--examples/qpa/qpa.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qpa/qpa.pro b/examples/qpa/qpa.pro
index b1b4428c23..0eabfa8cf2 100644
--- a/examples/qpa/qpa.pro
+++ b/examples/qpa/qpa.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = windows
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
+target.path = $$[QT_INSTALL_EXAMPLES]/qpa
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qpa.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
+sources.path = $$[QT_INSTALL_EXAMPLES]/qpa
INSTALLS += target sources