summaryrefslogtreecommitdiffstats
path: root/examples/tools/echoplugin/echoplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/echoplugin/echoplugin.pro')
-rw-r--r--examples/tools/echoplugin/echoplugin.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/echoplugin/echoplugin.pro b/examples/tools/echoplugin/echoplugin.pro
index 06ef2e1117..ffd48fd25f 100644
--- a/examples/tools/echoplugin/echoplugin.pro
+++ b/examples/tools/echoplugin/echoplugin.pro
@@ -5,9 +5,9 @@ SUBDIRS = echowindow \
#! [0]
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS echoplugin.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
INSTALLS += target sources
QT += widgets