QT += declarative implies += opengl too, so hardcode it to make stuff work
This commit is contained in:
parent
9e57cd5e6a
commit
514641bed5
@ -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.<module>.depends variable
|
||||
QT = $$resolve_depends($$QT, "QT.")
|
||||
|
||||
QT_DEPENDS=
|
||||
|
||||
for(QTLIB, $$list($$lower($$unique(QT)))) {
|
||||
|
Loading…
Reference in New Issue
Block a user