summaryrefslogtreecommitdiffstats
path: root/examples/sql/querymodel/querymodel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/querymodel/querymodel.pro')
-rw-r--r--examples/sql/querymodel/querymodel.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sql/querymodel/querymodel.pro b/examples/sql/querymodel/querymodel.pro
index 0a335ae67f..678ec93150 100644
--- a/examples/sql/querymodel/querymodel.pro
+++ b/examples/sql/querymodel/querymodel.pro
@@ -7,8 +7,8 @@ SOURCES = customsqlmodel.cpp \
QT += sql widgets
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/querymodel
+target.path = $$[QT_INSTALL_EXAMPLES]/sql/querymodel
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS querymodel.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/querymodel
+sources.path = $$[QT_INSTALL_EXAMPLES]/sql/querymodel
INSTALLS += target sources