Last change
on this file was 769, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.
|
File size:
528 bytes
|
Rev | Line | |
---|
[2] | 1 | HEADERS = database.h \
|
---|
| 2 | dialog.h \
|
---|
| 3 | mainwindow.h
|
---|
| 4 | RESOURCES = masterdetail.qrc
|
---|
| 5 | SOURCES = dialog.cpp \
|
---|
| 6 | main.cpp \
|
---|
| 7 | mainwindow.cpp
|
---|
| 8 |
|
---|
| 9 | QT += sql
|
---|
| 10 | QT += xml
|
---|
| 11 |
|
---|
| 12 | # install
|
---|
| 13 | target.path = $$[QT_INSTALL_EXAMPLES]/sql/masterdetail
|
---|
| 14 | sources.files = $$SOURCES *.h $$RESOURCES $$FORMS masterdetail.pro *.xml images
|
---|
| 15 | sources.path = $$[QT_INSTALL_EXAMPLES]/sql/masterdetail
|
---|
| 16 | INSTALLS += target sources
|
---|
[561] | 17 |
|
---|
[769] | 18 | symbian {
|
---|
| 19 | TARGET.UID3 = 0xA000D7CF
|
---|
| 20 | include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
| 21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.