summaryrefslogtreecommitdiffstats
path: root/tests/arthur/lance
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-05-20 11:11:11 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2011-05-20 12:04:07 +1000
commit66498850f2d5cf3a41579323c5119a7b6c9ce830 (patch)
treefa9d9f46105f3ecb9d14723bee95669927f7ad0c /tests/arthur/lance
parentf5e39ca5410c4c94434b85918f15f10a4684d768 (diff)
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
Diffstat (limited to 'tests/arthur/lance')
-rw-r--r--tests/arthur/lance/lance.pro2
1 files changed, 1 insertions, 1 deletions
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