summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtipc/qsystemsemaphore
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2011-01-13 14:08:42 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2011-01-13 14:16:19 (GMT)
commitc67b4cda2f5a7afd401ec3106e3a7b018fd9881d (patch)
tree9c9084b6836039404b424049f7af0030e31bb73b /tests/auto/qtipc/qsystemsemaphore
parent570e7b38487455d394b5b74a59edc639f3dc416f (diff)
downloadQt-c67b4cda2f5a7afd401ec3106e3a7b018fd9881d.zip
Qt-c67b4cda2f5a7afd401ec3106e3a7b018fd9881d.tar.gz
Qt-c67b4cda2f5a7afd401ec3106e3a7b018fd9881d.tar.bz2
Fix QSharedMemory and QSystemSemaphore autotests for Symbian
Reviewed-by: Janne Koskinen
Diffstat (limited to 'tests/auto/qtipc/qsystemsemaphore')
-rw-r--r--tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro b/tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro
index 8a5f8b2..e21e5df 100644
--- a/tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro
+++ b/tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro
@@ -1,4 +1,4 @@
-CONFIG += qttest_p4
+load(qttest_p4)
#QT = core
include(../qsharedmemory/src/src.pri)
@@ -31,5 +31,8 @@ QT += script
lackey.sources = ../lackey/lackey.exe
lackey.path = /sys/bin
DEPLOYMENT += lackey
+
+# PowerMgmt capability needed to kill lackey process
+TARGET.CAPABILITY = PowerMgmt
}