summaryrefslogtreecommitdiffstats
path: root/examples/sql/books/books.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/books/books.pro')
-rw-r--r--examples/sql/books/books.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sql/books/books.pro b/examples/sql/books/books.pro
index 5a26d179a6..4a15f62f0d 100644
--- a/examples/sql/books/books.pro
+++ b/examples/sql/books/books.pro
@@ -8,9 +8,9 @@ FORMS = bookwindow.ui
QT += sql widgets widgets
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/books
+target.path = $$[QT_INSTALL_EXAMPLES]/sql/books
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro images
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/books
+sources.path = $$[QT_INSTALL_EXAMPLES]/sql/books
INSTALLS += target sources