summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/symbian/tsrc/threadtests/tst_CreateSameInfosInDifferentThreads/tst_CreateSameInfosInDifferentThreads.pro
blob: 91db780c32124bcc7a1adda766607924a9d8677a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = tst_CreateSameInfosInDifferentThreads
CONFIG+=testcase

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

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

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