summaryrefslogtreecommitdiffstats
path: root/examples/sql/drilldown
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/drilldown')
-rw-r--r--examples/sql/drilldown/drilldown.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sql/drilldown/drilldown.pro b/examples/sql/drilldown/drilldown.pro
index a6f593e2f8..2743462b8e 100644
--- a/examples/sql/drilldown/drilldown.pro
+++ b/examples/sql/drilldown/drilldown.pro
@@ -10,7 +10,7 @@ SOURCES = imageitem.cpp \
QT += sql widgets
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/drilldown
+target.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS drilldown.pro *.png *.jpg images
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/drilldown
+sources.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown
INSTALLS += target sources