summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-01-24 15:08:33 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-25 04:54:58 +0100
commitf865a7012559b10f39cbc58f1d3d7fa92ae6de5b (patch)
treebb84153ad116a6b911ed2cb54439c18a6cbb2d3c /tests/auto
parent99f3b879a3aad0dd979fadf0e332b43294441d14 (diff)
downloadqttools-f865a7012559b10f39cbc58f1d3d7fa92ae6de5b.tar.gz
Remove dependency on designer from linguist and headers autotest.
When compiling with shadow build option the Qt sources are not available. The QtDesigner library requires direct access to these sources to compile. Hence if we remove the dependency on designer (which is not required) we can compile successfully with the shadow build configure option. Change-Id: I36fa408a32a354d54a9b47aed8a7cba447cf4129 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/headersclean/headersclean.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro
index 0851cad61..df49c6f49 100644
--- a/tests/auto/headersclean/headersclean.pro
+++ b/tests/auto/headersclean/headersclean.pro
@@ -1,4 +1,4 @@
TARGET = tst_headersclean
CONFIG += testcase
SOURCES += tst_headersclean.cpp
-QT = core designer help testlib
+QT = core help testlib