summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/tutorial3/tutorial3.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtestlib/tutorial3/tutorial3.pro')
-rw-r--r--examples/qtestlib/tutorial3/tutorial3.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtestlib/tutorial3/tutorial3.pro b/examples/qtestlib/tutorial3/tutorial3.pro
index f9ea8be753..18183226ef 100644
--- a/examples/qtestlib/tutorial3/tutorial3.pro
+++ b/examples/qtestlib/tutorial3/tutorial3.pro
@@ -2,9 +2,9 @@ SOURCES = testgui.cpp
QT += testlib
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial3
+target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial3
sources.files = $$SOURCES *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial3
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial3
INSTALLS += target sources
QT += widgets