author | William Roberts <williamr@symbian.org> |
Thu, 22 Jul 2010 16:41:55 +0100 | |
branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 19 | fcece45ef507 |
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) }