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

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

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

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