equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 INCLUDEPATH += . |
|
3 |
|
4 HEADERS = bookdelegate.h bookwindow.h initdb.h |
|
5 RESOURCES = books.qrc |
|
6 SOURCES = bookdelegate.cpp main.cpp bookwindow.cpp |
|
7 FORMS = bookwindow.ui |
|
8 |
|
9 QT += sql |
|
10 |
|
11 target.path = $$[QT_INSTALL_DEMOS]/books |
|
12 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro images |
|
13 sources.path = $$[QT_INSTALL_DEMOS]/books |
|
14 INSTALLS += target sources |
|
15 |
|
16 symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
|
17 |
|
18 wince*: { |
|
19 CONFIG(debug, debug|release):sqlPlugins.sources = $$QT_BUILD_TREE/plugins/sqldrivers/*d4.dll |
|
20 CONFIG(release, debug|release):sqlPlugins.sources = $$QT_BUILD_TREE/plugins/sqldrivers/*[^d]4.dll |
|
21 sqlPlugins.path = sqldrivers |
|
22 DEPLOYMENT += sqlPlugins |
|
23 } |