source: trunk/demos/sqlbrowser/sqlbrowser.pro@ 987

Last change on this file since 987 was 987, checked in by Dmitry A. Kuminov, 14 years ago

Reverted "INCLUDEPATH += ." changes unnecessary after r981.

Reverts r493, r520, r584, r653. This restores the original contents
of the .pro files (as in vendor).

File size: 652 bytes
Line 
1TEMPLATE = app
2TARGET = sqlbrowser
3
4QT += sql
5
6HEADERS = browser.h connectionwidget.h qsqlconnectiondialog.h
7SOURCES = main.cpp browser.cpp connectionwidget.cpp qsqlconnectiondialog.cpp
8
9FORMS = browserwidget.ui qsqlconnectiondialog.ui
10build_all:!build_pass {
11 CONFIG -= build_all
12 CONFIG += release
13}
14
15# install
16target.path = $$[QT_INSTALL_DEMOS]/sqlbrowser
17sources.files = $$SOURCES $$HEADERS $$FORMS *.pro
18sources.path = $$[QT_INSTALL_DEMOS]/sqlbrowser
19INSTALLS += target sources
20
21symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
22
23wince*: {
24 DEPLOYMENT_PLUGIN += qsqlite
25}
Note: See TracBrowser for help on using the repository browser.