From 66498850f2d5cf3a41579323c5119a7b6c9ce830 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Fri, 20 May 2011 11:11:11 +1000 Subject: Allow arthur tests to use private headers. The tests include qapplication_p.h, therefore the .pro files need to specify QT += core-private gui-private Change-Id: Icd6d7ba31f79b8c7b15e0327dd5ce44c7f486221 Reviewed-by: Rohan McGovern --- tests/arthur/datagenerator/datagenerator.pro | 2 +- tests/arthur/htmlgenerator/htmlgenerator.pro | 2 +- tests/arthur/lance/lance.pro | 2 +- tests/arthur/performancediff/performancediff.pro | 2 +- tests/arthur/shower/shower.pro | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/arthur/datagenerator/datagenerator.pro b/tests/arthur/datagenerator/datagenerator.pro index 114e81a795..2c320a3418 100644 --- a/tests/arthur/datagenerator/datagenerator.pro +++ b/tests/arthur/datagenerator/datagenerator.pro @@ -8,7 +8,7 @@ DEPENDPATH += . INCLUDEPATH += . DESTDIR = ../bin -QT += svg xml +QT += svg xml core-private gui-private contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl # Input diff --git a/tests/arthur/htmlgenerator/htmlgenerator.pro b/tests/arthur/htmlgenerator/htmlgenerator.pro index 81c538fba6..4f5d5c8c16 100644 --- a/tests/arthur/htmlgenerator/htmlgenerator.pro +++ b/tests/arthur/htmlgenerator/htmlgenerator.pro @@ -9,7 +9,7 @@ DESTDIR = ../bin CONFIG += console -QT += svg xml +QT += svg xml core-private gui-private contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl # Input diff --git a/tests/arthur/lance/lance.pro b/tests/arthur/lance/lance.pro index cff431309f..8f3407cfc9 100644 --- a/tests/arthur/lance/lance.pro +++ b/tests/arthur/lance/lance.pro @@ -17,6 +17,6 @@ symbian*: { DEPLOYMENT += testData } -QT += xml svg +QT += xml svg core-private gui-private diff --git a/tests/arthur/performancediff/performancediff.pro b/tests/arthur/performancediff/performancediff.pro index e79017c364..8c1fb98047 100644 --- a/tests/arthur/performancediff/performancediff.pro +++ b/tests/arthur/performancediff/performancediff.pro @@ -9,7 +9,7 @@ DESTDIR = ../bin CONFIG += console -QT += xml svg +QT += xml svg core-private gui-private contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl # Input diff --git a/tests/arthur/shower/shower.pro b/tests/arthur/shower/shower.pro index 1f2ce22af2..f4f8d47809 100644 --- a/tests/arthur/shower/shower.pro +++ b/tests/arthur/shower/shower.pro @@ -7,7 +7,7 @@ DEPENDPATH += . INCLUDEPATH += . DESTDIR = ../bin -QT += xml svg +QT += xml svg core-private gui-private contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl # Input -- cgit v1.2.3