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