source:
trunk/demos/sqlbrowser/sqlbrowser.pro@
1165
Last change on this file since 1165 was 987, checked in by , 14 years ago | |
---|---|
File size: 652 bytes |
Line | |
---|---|
1 | TEMPLATE = app |
2 | TARGET = sqlbrowser |
3 | |
4 | QT += sql |
5 | |
6 | HEADERS = browser.h connectionwidget.h qsqlconnectiondialog.h |
7 | SOURCES = main.cpp browser.cpp connectionwidget.cpp qsqlconnectiondialog.cpp |
8 | |
9 | FORMS = browserwidget.ui qsqlconnectiondialog.ui |
10 | build_all:!build_pass { |
11 | CONFIG -= build_all |
12 | CONFIG += release |
13 | } |
14 | |
15 | # install |
16 | target.path = $$[QT_INSTALL_DEMOS]/sqlbrowser |
17 | sources.files = $$SOURCES $$HEADERS $$FORMS *.pro |
18 | sources.path = $$[QT_INSTALL_DEMOS]/sqlbrowser |
19 | INSTALLS += target sources |
20 | |
21 | symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
22 | |