Debugger: Fix Qt library dependencies for autotests
authorKai Koehne <kai.koehne@nokia.com>
Thu, 17 Nov 2011 11:23:20 +0000 (12:23 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 21 Nov 2011 22:03:01 +0000 (23:03 +0100)
Change-Id: Icf5465a60c7b76d5b80d0ecb40a2bd7eaa2a3689
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>

tests/auto/declarative/debugger/qdeclarativedebugclient/qdeclarativedebugclient.pro
tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
tests/auto/declarative/debugger/qdeclarativedebugservice/qdeclarativedebugservice.pro
tests/auto/declarative/debugger/qdeclarativedebugtrace/qdeclarativedebugtrace.pro
tests/auto/declarative/debugger/qdeclarativeenginedebug/qdeclarativeenginedebug.pro
tests/auto/declarative/debugger/qdeclarativeinspector/app/app.pro
tests/auto/declarative/debugger/qdeclarativeinspector/tst_qdeclarativeinspector.pro
tests/auto/declarative/debugger/qpacketprotocol/qpacketprotocol.pro
tests/auto/declarative/debugger/qv8profilerservice/qv8profilerservice.pro

index 850a0d4..8eb33fb 100644 (file)
@@ -8,5 +8,4 @@ SOURCES += tst_qdeclarativedebugclient.cpp \
 
 CONFIG += declarative_debug
 
-QT += core-private gui-private declarative-private network testlib
-
+QT += declarative-private testlib
index a2286ae..8867780 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qdeclarativedebugjs
-QT += network declarative-private testlib
+QT += declarative-private testlib
 macx:CONFIG -= app_bundle
 
 HEADERS += ../shared/debugutil_p.h
index c23e920..015a723 100644 (file)
@@ -8,4 +8,4 @@ SOURCES += tst_qdeclarativedebugservice.cpp \
 
 CONFIG += parallel_test declarative_debug
 
-QT += core-private gui-private declarative-private network testlib
+QT += declarative-private testlib
index 9ddb51c..fca909b 100644 (file)
@@ -11,4 +11,4 @@ OTHER_FILES += data/test.qml
 
 CONFIG += parallel_test declarative_debug
 
-QT += core-private gui-private v8-private declarative-private network testlib
+QT += declarative-private testlib
index 98736c6..4805f37 100644 (file)
@@ -8,4 +8,4 @@ SOURCES += tst_qdeclarativeenginedebug.cpp \
 
 CONFIG += parallel_test declarative_debug
 
-QT += core-private gui-private v8-private declarative-private network testlib
+QT += core-private declarative-private v8-private testlib
index 59aa745..7b6783b 100644 (file)
@@ -1,5 +1,5 @@
 TARGET = app
-QT = core gui declarative qtquick1
+QT += declarative widgets qtquick1
 
 CONFIG += declarative_debug
 macx:CONFIG -= app_bundle
index 63230c0..6ea6010 100644 (file)
@@ -9,4 +9,4 @@ SOURCES += tst_qdeclarativeinspector.cpp \
 DEFINES += SRCDIR=\\\"$$PWD\\\"
 CONFIG += parallel_test declarative_debug
 
-QT += core-private gui-private v8-private declarative-private network testlib
+QT += declarative-private testlib
index 076ab98..949132f 100644 (file)
@@ -7,4 +7,4 @@ SOURCES += tst_qpacketprotocol.cpp \
            ../shared/debugutil.cpp
 
 CONFIG += parallel_test
-QT += core-private gui-private v8-private declarative-private network testlib
+QT += declarative-private network testlib
index ab1746d..12c8394 100644 (file)
@@ -11,4 +11,4 @@ OTHER_FILES += data/test.qml
 
 CONFIG += parallel_test declarative_debug
 
-QT += core-private gui-private v8-private declarative-private network testlib
+QT += declarative-private testlib