author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Fri, 16 Apr 2010 11:39:52 +0300 | |
branch | RCL_3 |
changeset 8 | 740e5562c97f |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
TEMPLATE = app TARGET = DEPENDPATH += . INCLUDEPATH += . QT += script win32: CONFIG += console mac: CONFIG -= app_bundle SOURCES += main.cpp include(qsdbg.pri) # install target.path = $$[QT_INSTALL_EXAMPLES]/script/qsdbg sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qsdbg.pro sources.path = $$[QT_INSTALL_EXAMPLES]/script/qsdbg INSTALLS += target sources symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)