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