Fixed CONFIG+=declarative_debug with QT+=declarative-private
QT+=<foo>-private is supposed to be a superset of QT+=<foo>. declarative_debug.prf was subtly breaking this for the declarative-private case. Change-Id: Ica082b03d19e702434b90e0f8b2c1fa6b592babb Reviewed-on: http://codereview.qt-project.org/6373 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
This commit is contained in:
parent
ccbb3afe28
commit
1fb5600c5e
@ -1 +1 @@
|
||||
contains(QT, declarative):DEFINES += QT_DECLARATIVE_DEBUG
|
||||
contains(QT, declarative)|contains(QT, declarative-private):DEFINES += QT_DECLARATIVE_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user