author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 12:15:23 +0300 | |
branch | RCL_3 |
changeset 13 | cc75c76972ee |
parent 8 | 3f74d0d4af4c |
permissions | -rw-r--r-- |
HEADERS = database.h \ dialog.h \ mainwindow.h RESOURCES = masterdetail.qrc SOURCES = dialog.cpp \ main.cpp \ mainwindow.cpp QT += sql QT += xml # install target.path = $$[QT_INSTALL_EXAMPLES]/sql/masterdetail sources.files = $$SOURCES *.h $$RESOURCES $$FORMS masterdetail.pro *.xml images sources.path = $$[QT_INSTALL_EXAMPLES]/sql/masterdetail INSTALLS += target sources symbian { TARGET.UID3 = 0xA000D7CF include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) }