summaryrefslogtreecommitdiffstats
path: root/examples/sql/sqlbrowser/sqlbrowser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/sqlbrowser/sqlbrowser.pro')
-rw-r--r--examples/sql/sqlbrowser/sqlbrowser.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sql/sqlbrowser/sqlbrowser.pro b/examples/sql/sqlbrowser/sqlbrowser.pro
index d2f1cacc67..3fca9a01a6 100644
--- a/examples/sql/sqlbrowser/sqlbrowser.pro
+++ b/examples/sql/sqlbrowser/sqlbrowser.pro
@@ -13,9 +13,9 @@ build_all:!build_pass {
}
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlbrowser
+target.path = $$[QT_INSTALL_EXAMPLES]/sql/sqlbrowser
sources.files = $$SOURCES $$HEADERS $$FORMS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlbrowser
+sources.path = $$[QT_INSTALL_EXAMPLES]/sql/sqlbrowser
INSTALLS += target sources