diff options
Diffstat (limited to 'examples/sql/sqlbrowser')
-rw-r--r-- | examples/sql/sqlbrowser/sqlbrowser.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/sql/sqlbrowser/sqlbrowser.pro b/examples/sql/sqlbrowser/sqlbrowser.pro index dc6214622c5..9ec26900adf 100644 --- a/examples/sql/sqlbrowser/sqlbrowser.pro +++ b/examples/sql/sqlbrowser/sqlbrowser.pro @@ -13,12 +13,12 @@ build_all:!build_pass { } # install -target.path = $$[QT_INSTALL_DEMOS]/qtbase/sqlbrowser +target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlbrowser sources.files = $$SOURCES $$HEADERS $$FORMS *.pro -sources.path = $$[QT_INSTALL_DEMOS]/qtbase/sqlbrowser +sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlbrowser INSTALLS += target sources -symbian: CONFIG += qt_demo +symbian: CONFIG += qt_example wince*: { DEPLOYMENT_PLUGIN += qsqlite |