summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/symbian/tsrc/threadtests/tst_RecreateInfosInDifferentThreads/tst_RecreateInfosInDifferentThreads.pro
blob: 2cc314c104af6a38af3fd599633b1666159f0ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = tst_RecreateInfosInDifferentThreads

TARGET = tst_RecreateInfosInDifferentThreads
CONFIG+=testcase

SOURCES  += tst_RecreateInfosInDifferentThreads.cpp
QT = core network
INCLUDEPATH += ../../../../../src/systeminfo

include(../../../../../../common.pri)
CONFIG += mobility
MOBILITY = systeminfo

symbian {
    TARGET.CAPABILITY = All -TCB -DRM
}