diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2012-01-31 09:42:21 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-31 02:08:36 +0100 |
commit | c9b9ca1feb3082d336b5346ac4f928e783bc3817 (patch) | |
tree | f23423071e76a0630cac1e7cbd55c5e7a41f5eed /tests | |
parent | 10ca059de4beccc43b8c808918e9e005f57d68af (diff) | |
download | qtsvg-c9b9ca1feb3082d336b5346ac4f928e783bc3817.tar.gz |
Fixed compile of tst_headersclean
Remove contains(QT_CONFIG,svg) test; configure no longer defines this.
If we are building this project, we already know QtSvg is enabled.
Change-Id: I2fc66d87ad3a8f2af885c6f392c51d064a73a0e5
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/headersclean/headersclean.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/headersclean/headersclean.pro b/tests/auto/headersclean/headersclean.pro index c5b1f33..b190a60 100644 --- a/tests/auto/headersclean/headersclean.pro +++ b/tests/auto/headersclean/headersclean.pro @@ -1,6 +1,4 @@ TARGET = tst_headersclean CONFIG += testcase SOURCES += tst_headersclean.cpp -QT = core testlib - -contains(QT_CONFIG,svg): QT += svg +QT = core testlib svg |