embedded doesn't exist anymore
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Fri, 22 Jun 2012 05:10:16 +0000 (07:10 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 22 Jun 2012 05:41:31 +0000 (07:41 +0200)
Change-Id: Ib56895defb72f51bb790994b9fd72fc81ef25af5
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
mkspecs/features/testcase.prf

index 62b201f..c076882 100644 (file)
@@ -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)