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