summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/symbian/tsrc/threadtests/tst_CreateSameInfosInDifferentThreads/tst_CreateSameInfosInDifferentThreads.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/systeminfo/symbian/tsrc/threadtests/tst_CreateSameInfosInDifferentThreads/tst_CreateSameInfosInDifferentThreads.pro')
-rw-r--r--src/systeminfo/symbian/tsrc/threadtests/tst_CreateSameInfosInDifferentThreads/tst_CreateSameInfosInDifferentThreads.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/systeminfo/symbian/tsrc/threadtests/tst_CreateSameInfosInDifferentThreads/tst_CreateSameInfosInDifferentThreads.pro b/src/systeminfo/symbian/tsrc/threadtests/tst_CreateSameInfosInDifferentThreads/tst_CreateSameInfosInDifferentThreads.pro
new file mode 100644
index 0000000000..91db780c32
--- /dev/null
+++ b/src/systeminfo/symbian/tsrc/threadtests/tst_CreateSameInfosInDifferentThreads/tst_CreateSameInfosInDifferentThreads.pro
@@ -0,0 +1,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
+} \ No newline at end of file