Last change
on this file 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
|
Rev | Line | |
---|
[2] | 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 |
|
---|
[561] | 21 | symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
---|
| 22 |
|
---|
[2] | 23 | wince*: {
|
---|
| 24 | DEPLOYMENT_PLUGIN += qsqlite
|
---|
| 25 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.