tests/qtp/qtp_masterdetail/qtp_masterdetail.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     1 HEADERS   = database.h \
     1 
       
     2 HEADERS   = autotest.h \
       
     3             database.h \
     2             dialog.h \
     4             dialog.h \
     3             mainwindow.h
     5             mainwindow.h
     4 RESOURCES = qtp_masterdetail.qrc
     6 RESOURCES = qtp_masterdetail.qrc
     5 SOURCES   = dialog.cpp \
     7 SOURCES   = autotest.cpp \
       
     8             dialog.cpp \
     6             main.cpp \
     9             main.cpp \
     7             mainwindow.cpp
    10             mainwindow.cpp
     8 
    11 
     9 QT += sql
    12 QT += sql
    10 QT += xml
    13 QT += xml
       
    14 
       
    15 CONFIG += qt warn_on console depend_includepath
       
    16 
       
    17 qtAddLibrary(QtTest)
    11 
    18 
    12 # install
    19 # install
    13 target.path = $$[QT_INSTALL_PREFIX]/tests/qtp/qtp_masterdetail
    20 target.path = $$[QT_INSTALL_PREFIX]/tests/qtp/qtp_masterdetail
    14 sources.files = $$SOURCES *.h $$RESOURCES $$FORMS qtp_masterdetail.pro *.xml images
    21 sources.files = $$SOURCES *.h $$RESOURCES $$FORMS qtp_masterdetail.pro *.xml images
    15 sources.path = $$[QT_INSTALL_PREFIX]/tests/qtp/qtp_masterdetail
    22 sources.path = $$[QT_INSTALL_PREFIX]/tests/qtp/qtp_masterdetail
    16 INSTALLS += target sources
    23 INSTALLS += target sources
    17 
    24 
    18 symbian {
    25 symbian {
    19     TARGET.UID3 = 0xED83EC07
    26     TARGET.UID3 = 0xED83EC07
       
    27     TARGET.CAPABILITY="ALL -TCB"
    20     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
    28     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
       
    29     RSS_RULES ="group_name=\"QtTests\";" 
    21 }
    30 }
    22