symbianunittestui/qt/symbianunittestqt.pro
changeset 2 453d490c84a5
parent 1 753e33780645
child 3 6952856dc269
equal deleted inserted replaced
1:753e33780645 2:453d490c84a5
     1 HEADERS += mainwindow.h \
       
     2 		dialogaddtests.h \
       
     3 		tabwidgettestrun.h \
       
     4 		widgettestrunner.h \
       
     5 		dialogsettings.h \
       
     6 		settings.h \
       
     7 		testitemlist.h \
       
     8 		dialogmsg.h
       
     9 		
       
    10 SOURCES += main.cpp \
       
    11 		mainwindow.cpp \
       
    12 		dialogaddtests.cpp \
       
    13 		tabwidgettestrun.cpp \
       
    14 		widgettestrunner.cpp \
       
    15 		dialogsettings.cpp \
       
    16 		settings.cpp \
       
    17 		testitemlist.cpp \
       
    18 		dialogmsg.cpp
       
    19 
       
    20 RESOURCES += symbianunittestqt.qrc
       
    21 symbian { 
       
    22     TARGET.UID3 = 0x2002EA7F
       
    23     TARGET.EPOCALLOWDLLDATA = 1
       
    24     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    25     INCLUDEPATH += /epoc32/include/mw
       
    26     INCLUDEPATH += /epoc32/include/platform
       
    27     INCLUDEPATH += /epoc32/include/platform/sutinternal
       
    28     HEADERS += testrunner_s60.h
       
    29     SOURCES += testrunner_s60.cpp
       
    30     LIBS += -leuser \
       
    31         -lefsrv \
       
    32         -lsymbianunittestfw \
       
    33         -lbafl
       
    34     TARGET.CAPABILITY = AllFiles \
       
    35         CommDD
       
    36     
       
    37     # Export headers to SDK Epoc32/include directory
       
    38     deploy.path = $$EPOCROOT
       
    39     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
       
    40     BLD_INF_RULES.prj_exports += "rom/sutui.iby CORE_IBY_EXPORT_PATH(tools,sutui.iby)"
       
    41 
       
    42 }