diff options
Diffstat (limited to 'demos/books')
-rw-r--r-- | demos/books/books.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/books/books.pro b/demos/books/books.pro index a2cd33f..a5e44e5 100644 --- a/demos/books/books.pro +++ b/demos/books/books.pro @@ -13,9 +13,11 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro images sources.path = $$[QT_INSTALL_DEMOS]/books INSTALLS += target sources +symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) + wince*: { CONFIG(debug, debug|release):sqlPlugins.sources = $$QT_BUILD_TREE/plugins/sqldrivers/*d4.dll CONFIG(release, debug|release):sqlPlugins.sources = $$QT_BUILD_TREE/plugins/sqldrivers/*[^d]4.dll sqlPlugins.path = sqldrivers DEPLOYMENT += sqlPlugins -}
\ No newline at end of file +} |