Fix CONFIG+=declarative_debug if declarative is implicitly added

Change 1fb5600c5e already added
declarative-debug as a way to include declarative, but nowadays
there's also qquick, and qquick-private ...

Just always set the define. The user has choosen to write
CONFIG+=declarative_debug in the first place and an additional
define if declarative isn't used does no harm.

Change-Id: Ica6142e70b12950fc1d9e0bf7b94f747c843a17f
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
This commit is contained in:
Kai Koehne 2012-01-11 11:26:38 +01:00 committed by Qt by Nokia
parent 1319bd48c8
commit b4d9bca4f0

View File

@ -1 +1 @@
contains(QT, declarative)|contains(QT, declarative-private):DEFINES += QT_DECLARATIVE_DEBUG
DEFINES += QT_DECLARATIVE_DEBUG