qt/qapplication/test/test.pro
branchSymbian3
changeset 43 14fcccfb4c0c
parent 41 72f7e4177ac7
equal deleted inserted replaced
42:4f2786c97bf4 43:14fcccfb4c0c
     1 load(qttest_p4)
     1 load(qttest_p4)
     2 
     2 
     3 SOURCES += ../smoketest_qapplication.cpp
     3 SOURCES += ../smoke_qapplication.cpp
     4 TARGET = ../smoketest_qapplication
     4 TARGET = ../smoke_qapplication
     5 
     5 
     6 someTest.sources = test.pro
     6 someTest.sources = test.pro
     7 someTest.path = test
     7 someTest.path = test
     8 DEPLOYMENT = additional deploy someTest windowIcon
     8 DEPLOYMENT = additional deploy someTest windowIcon
     9 LIBS += -lcone -lavkon
     9 LIBS += -lcone -lavkon
    10 
    10 
    11 symbian {
    11 symbian {
    12     TARGET = ../../release/smoketest_qapplication
    12     TARGET = ../../release/tst_smoke_qapplication
    13 }
    13 }
    14 
    14 
    15 
    15