diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-06-10 02:47:15 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-06-10 06:50:39 (GMT) |
commit | b2b0ac2f9abf58456e2dad2340c77c6004464a34 (patch) | |
tree | 9e9bcf6d02e2ddbe14d6ba47b809a482a18be673 /tests/arthur/shower | |
parent | 141dccc381894b3a6f57b2a3a222f5c25eee9a5f (diff) | |
download | Qt-b2b0ac2f9abf58456e2dad2340c77c6004464a34.zip Qt-b2b0ac2f9abf58456e2dad2340c77c6004464a34.tar.gz Qt-b2b0ac2f9abf58456e2dad2340c77c6004464a34.tar.bz2 |
Fixed compile of arthur tests when Qt is configured without opengl or
qt3support.
Diffstat (limited to 'tests/arthur/shower')
-rw-r--r-- | tests/arthur/shower/shower.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/arthur/shower/shower.pro b/tests/arthur/shower/shower.pro index 000c6e4..c02ded0 100644 --- a/tests/arthur/shower/shower.pro +++ b/tests/arthur/shower/shower.pro @@ -7,7 +7,9 @@ DEPENDPATH += . INCLUDEPATH += . DESTDIR = ../bin -QT += xml opengl svg qt3support +QT += xml svg +contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl +contains(QT_CONFIG, qt3support):QT += qt3support # Input HEADERS += shower.h |