summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-14 05:02:02 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-14 05:02:02 (GMT)
commit7155f2fcf10f5a0fe49e0d08ff49eee933d8f261 (patch)
treeb760ffc8d6961591e0803cf65a3ef345326ff422 /src/declarative
parent4bff499601509355cd4e2166357d7aa6f08f0b1c (diff)
downloadQt-7155f2fcf10f5a0fe49e0d08ff49eee933d8f261.zip
Qt-7155f2fcf10f5a0fe49e0d08ff49eee933d8f261.tar.gz
Qt-7155f2fcf10f5a0fe49e0d08ff49eee933d8f261.tar.bz2
Conditionally depend on opengl
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/declarative.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/declarative.pro b/src/declarative/declarative.pro
index f52d893..942b74e 100644
--- a/src/declarative/declarative.pro
+++ b/src/declarative/declarative.pro
@@ -2,6 +2,7 @@ TARGET = QtDeclarative
QPRO_PWD = $$PWD
QT = core gui xml script network
contains(QT_CONFIG, svg): QT += svg
+contains(QT_CONFIG, opengl): QT += opengl
DEFINES += QT_BUILD_DECLARATIVE_LIB
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000
solaris-cc*:QMAKE_CXXFLAGS_RELEASE -= -O2