From: Gunnar Sletta Date: Thu, 28 Apr 2011 13:07:51 +0000 (+0200) Subject: QT += declarative implies += opengl too, so hardcode it to make stuff work X-Git-Tag: qt-v5.0.0-alpha1~4352^2~9^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=514641bed524337acbad3d386b913b0c795f4c47;p=profile%2Fivi%2Fqtbase.git QT += declarative implies += opengl too, so hardcode it to make stuff work --- diff --git a/mkspecs/features/qt.prf b/mkspecs/features/qt.prf index 21fdd38..e30a2fd 100644 --- a/mkspecs/features/qt.prf +++ b/mkspecs/features/qt.prf @@ -1,5 +1,7 @@ CONFIG *= moc thread +contains(QT, declarative): QT += opengl + #handle defines win32 { qt_static:DEFINES += QT_NODLL @@ -129,6 +131,7 @@ QMAKE_LIBDIR += $$QMAKE_LIBDIR_QT # Topological ordering of modules based on their QT..depends variable QT = $$resolve_depends($$QT, "QT.") + QT_DEPENDS= for(QTLIB, $$list($$lower($$unique(QT)))) {