summaryrefslogtreecommitdiffstats
path: root/src/declarative/declarative.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-12-10 08:51:49 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-12-10 09:06:05 (GMT)
commitd2a52072c7f0220d7abf0f73102cc5db616527b2 (patch)
tree4c8b303dde8c59da726cd3f2e45a0e9f032a2f1d /src/declarative/declarative.pro
parent373378b7f477190ebcd43ca0372a40f185522b0b (diff)
downloadQt-d2a52072c7f0220d7abf0f73102cc5db616527b2.zip
Qt-d2a52072c7f0220d7abf0f73102cc5db616527b2.tar.gz
Qt-d2a52072c7f0220d7abf0f73102cc5db616527b2.tar.bz2
Remove superfluous OpenGL linking for QtDeclarative
Diffstat (limited to 'src/declarative/declarative.pro')
-rw-r--r--src/declarative/declarative.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/declarative.pro b/src/declarative/declarative.pro
index 93ad861..1ad888b 100644
--- a/src/declarative/declarative.pro
+++ b/src/declarative/declarative.pro
@@ -2,7 +2,6 @@ TARGET = QtDeclarative
QPRO_PWD = $$PWD
QT = core gui script network
contains(QT_CONFIG, svg): QT += svg
-contains(QT_CONFIG, opengl): QT += opengl
DEFINES += QT_BUILD_DECLARATIVE_LIB QT_NO_URL_CAST_FROM_STRING
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000
solaris-cc*:QMAKE_CXXFLAGS_RELEASE -= -O2