summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/testcase.prf
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-06-22 07:10:16 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-22 07:41:31 +0200
commit57ca02b1d2a08f108dd708f6e3b9ac8e8e7e72ce (patch)
tree9b45052ef937070df106b6ff6954304baa32ee5d /mkspecs/features/testcase.prf
parent786341fda11530128a92ac9cbe8f2c235d559210 (diff)
embedded doesn't exist anymore
Change-Id: Ib56895defb72f51bb790994b9fd72fc81ef25af5 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'mkspecs/features/testcase.prf')
-rw-r--r--mkspecs/features/testcase.prf3
1 files changed, 0 insertions, 3 deletions
diff --git a/mkspecs/features/testcase.prf b/mkspecs/features/testcase.prf
index 62b201faec..c07688231a 100644
--- a/mkspecs/features/testcase.prf
+++ b/mkspecs/features/testcase.prf
@@ -33,9 +33,6 @@ macx {
else:unix: check.commands += ./$(QMAKE_TARGET)
else: check.commands += $(DESTDIR_TARGET)
-# For Qt/Embedded, run every test app as a QWS server
-embedded: check.commands += -qws
-
# Allow for custom arguments to tests
check.commands += $(TESTARGS)