Add gui-private to tests
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Fri, 22 Jun 2012 07:45:53 +0000 (09:45 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 22 Jun 2012 09:29:38 +0000 (11:29 +0200)
QWindowSystemInterface will be marked as QPA API.

Change-Id: Id174a24f8432219adf1425efe1eb59cf67d48bb9
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
25 files changed:
tests/auto/headersclean/headersclean.pro
tests/auto/qml/animation/qparallelanimationgroupjob/qparallelanimationgroupjob.pro
tests/auto/qml/debugger/qdebugmessageservice/qdebugmessageservice.pro
tests/auto/qml/debugger/qpacketprotocol/qpacketprotocol.pro
tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro
tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro
tests/auto/qml/debugger/qqmldebugservice/qqmldebugservice.pro
tests/auto/qml/debugger/qqmlenginedebuginspectorintegrationtest/qqmlenginedebuginspectorintegrationtest.pro
tests/auto/qml/debugger/qqmlenginedebugservice/qqmlenginedebugservice.pro
tests/auto/qml/debugger/qqmlinspector/qqmlinspector.pro
tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro
tests/auto/qml/qjsengine/qjsengine.pro
tests/auto/qml/qjsonbinding/qjsonbinding.pro
tests/auto/qml/qjsvalue/qjsvalue.pro
tests/auto/qml/qmlmin/qmlmin.pro
tests/auto/qml/qmlplugindump/qmlplugindump.pro
tests/auto/qml/qqmlbundle/tst_qqmlbundle.pro
tests/auto/qml/qqmlconsole/qqmlconsole.pro
tests/auto/qml/qqmlglobal/qqmlglobal.pro
tests/auto/qml/qqmllocale/qqmllocale.pro
tests/auto/qml/qqmlmetaobject/qqmlmetaobject.pro
tests/auto/qml/qqmlparser/qqmlparser.pro
tests/auto/qml/qqmlqt/qqmlqt.pro
tests/auto/quick/qquickaccessible/qquickaccessible.pro

index 87e4e0c..e8942a7 100644 (file)
@@ -1,4 +1,4 @@
-QT = core testlib qml qml quick qmltest qmldevtools
+QT = core testlib qml qml quick qmltest qmldevtools gui-private
 HEADERSCLEAN_PRI = $${QT.core.sources}/../../tests/auto/other/headersclean/headersclean.pri
 isEmpty(QT.core.sources)|!include($$HEADERSCLEAN_PRI) {
     warning("headersclean.pri from QtCore sources not available.  test disabled")
index f0985c1..1baa1c6 100644 (file)
@@ -2,5 +2,5 @@ CONFIG += testcase
 CONFIG += parallel_test
 macx:CONFIG -= app_bundle
 TARGET = tst_qparallelanimationgroupjob
-QT = core-private gui qml-private testlib
+QT = core-private gui qml-private testlib gui-private
 SOURCES = tst_qparallelanimationgroupjob.cpp
index d8963dd..918eb06 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qdebugmessageservice
-QT += qml network testlib
+QT += qml network testlib gui-private
 macx:CONFIG -= app_bundle
 
 SOURCES +=     tst_qdebugmessageservice.cpp
index e6869fe..82e3dde 100644 (file)
@@ -8,4 +8,4 @@ INCLUDEPATH += ../shared
 include(../shared/debugutil.pri)
 
 CONFIG += parallel_test
-QT += qml network testlib
+QT += qml network testlib gui-private
index bb20940..5305afb 100644 (file)
@@ -14,4 +14,4 @@ DEFINES += QT_QML_DEBUG_NO_WARNING
 
 CONFIG += qml_debug
 
-QT += qml-private testlib
+QT += qml-private testlib gui-private
index 789735c..aeede9a 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qqmldebugjs
-QT += qml testlib
+QT += qml testlib gui-private
 macx:CONFIG -= app_bundle
 
 SOURCES +=     tst_qqmldebugjs.cpp
index f175c9f..6fffcef 100644 (file)
@@ -13,4 +13,4 @@ include(../shared/debugutil.pri)
 
 DEFINES += QT_QML_DEBUG_NO_WARNING
 
-QT += qml-private testlib
+QT += qml-private testlib gui-private
index 26dba8b..8bd20ac 100644 (file)
@@ -12,4 +12,4 @@ include(../shared/debugutil.pri)
 
 DEFINES += QT_QML_DEBUG_NO_WARNING
 
-QT += core-private qml-private quick-private v8-private testlib
+QT += core-private qml-private quick-private v8-private testlib gui-private
index 5849d60..fb70a44 100644 (file)
@@ -1,7 +1,7 @@
 CONFIG += testcase
 TARGET = tst_qqmlinspector
 
-QT += qml testlib
+QT += qml testlib gui-private
 macx:CONFIG -= app_bundle
 
 SOURCES += tst_qqmlinspector.cpp
index f3d37bc..7519f05 100644 (file)
@@ -1,7 +1,7 @@
 CONFIG += testcase
 CONFIG += parallel_test
 TARGET = tst_qjsengine
-QT += v8-private qml widgets testlib
+QT += v8-private qml widgets testlib gui-private
 macx:CONFIG -= app_bundle
 SOURCES += tst_qjsengine.cpp
 
index 92e5b7a..00b9565 100644 (file)
@@ -13,4 +13,4 @@ include (../../shared/util.pri)
 TESTDATA = data/*
 
 CONFIG += parallel_test
-QT += core qml testlib
+QT += core qml testlib gui-private
index ffadebf..08af683 100644 (file)
@@ -2,6 +2,6 @@ CONFIG += testcase
 CONFIG += parallel_test
 TARGET = tst_qjsvalue
 macx:CONFIG -= app_bundle
-QT += qml widgets testlib
+QT += qml widgets testlib gui-private
 SOURCES  += tst_qjsvalue.cpp
 HEADERS  += tst_qjsvalue.h
index fc0ce12..253c449 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qmlmin
-QT += qml testlib
+QT += qml testlib gui-private
 macx:CONFIG -= app_bundle
 
 SOURCES += tst_qmlmin.cpp
index 498a520..99b95b2 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qmlplugindump
-QT += testlib
+QT += testlib gui-private
 macx:CONFIG -= app_bundle
 CONFIG += parallel_test
 
index 4e9c627..2197e11 100644 (file)
@@ -11,5 +11,5 @@ TESTDATA = data/*
 
 CONFIG += parallel_test
 
-QT += qml-private testlib
+QT += qml-private testlib gui-private
 
index 8e76f53..7cd5ec7 100644 (file)
@@ -10,4 +10,4 @@ TESTDATA = data/*
 
 CONFIG += parallel_test
 
-QT += qml testlib
+QT += qml testlib gui-private
index 42ce3b5..e0a9b04 100644 (file)
@@ -4,4 +4,4 @@ SOURCES += tst_qqmlglobal.cpp
 macx:CONFIG -= app_bundle
 
 CONFIG += parallel_test
-QT += qml-private testlib v8-private core-private
+QT += qml-private testlib v8-private core-private gui-private
index c796b1c..ef67b5a 100644 (file)
@@ -10,4 +10,4 @@ TESTDATA = data/*
 
 CONFIG += parallel_test
 
-QT += qml testlib
+QT += qml testlib gui-private
index 53744d1..682755d 100644 (file)
@@ -9,4 +9,4 @@ include (../../shared/util.pri)
 TESTDATA = data/*
 
 CONFIG += parallel_test
-QT += qml testlib
+QT += qml testlib gui-private
index 10e033a..df5b786 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qqmlparser
-QT += qmldevtools-private testlib
+QT += qmldevtools-private testlib gui-private
 macx:CONFIG -= app_bundle
 
 SOURCES += tst_qqmlparser.cpp
index fbcdc27..e438464 100644 (file)
@@ -8,4 +8,4 @@ macx:CONFIG -= app_bundle
 
 TESTDATA = data/*
 
-QT += core-private v8-private qml-private quick-private testlib gui
+QT += core-private v8-private qml-private quick-private testlib gui gui-private
index 1c811d7..eef914d 100644 (file)
@@ -1,7 +1,7 @@
 CONFIG += testcase
 
 TARGET = tst_qquickaccessible
-QT += qml-private network quick-private testlib
+QT += qml-private network quick-private testlib gui-private
 macx:CONFIG -= app_bundle
 
 SOURCES  += tst_qquickaccessible.cpp