tests/auto/qsystemreadwritelock_oop/test/test.pro
changeset 0 876b1a06bc25
equal deleted inserted replaced
-1:000000000000 0:876b1a06bc25
       
     1 TARGET = tst_qsystemreadwritelock_oop
       
     2 INCLUDEPATH += ../../../../src/publishsubscribe
       
     3 
       
     4 CONFIG+=testcase
       
     5 
       
     6 QT = core network
       
     7 
       
     8 include(../../../../common.pri)
       
     9 
       
    10 # Input 
       
    11 SOURCES += ../tst_qsystemreadwritelock_oop.cpp
       
    12 
       
    13 CONFIG += mobility
       
    14 MOBILITY = publishsubscribe
       
    15 
       
    16 symbian {
       
    17     TARGET.CAPABILITY = ALL -TCB
       
    18 }
       
    19 
       
    20 wince* {
       
    21     DEPLOYLACKEY.sources = $$OUTPUT_DIR/build/tests/bin/lackey.exe
       
    22     DEPLOYLACKEY.path = .
       
    23     DEPLOYMENT += DEPLOYLACKEY
       
    24 }