--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qsystemreadwritelock_oop/test/test.pro Wed Aug 25 15:49:42 2010 +0300
@@ -0,0 +1,24 @@
+TARGET = tst_qsystemreadwritelock_oop
+INCLUDEPATH += ../../../../src/publishsubscribe
+
+CONFIG+=testcase
+
+QT = core network
+
+include(../../../../common.pri)
+
+# Input
+SOURCES += ../tst_qsystemreadwritelock_oop.cpp
+
+CONFIG += mobility
+MOBILITY = publishsubscribe
+
+symbian {
+ TARGET.CAPABILITY = ALL -TCB
+}
+
+wince* {
+ DEPLOYLACKEY.sources = $$OUTPUT_DIR/build/tests/bin/lackey.exe
+ DEPLOYLACKEY.path = .
+ DEPLOYMENT += DEPLOYLACKEY
+}