Remove symbian debug macro definition.
Change-Id: I3c4cc5cfd8e157587dbda1589501bb829a5a18db Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
3e2f32547d
commit
626223ca27
@ -1639,15 +1639,6 @@ inline void qUnused(T &x) { (void)x; }
|
||||
Debugging and error handling
|
||||
*/
|
||||
|
||||
/*
|
||||
On Symbian we do not know beforehand whether we are compiling in
|
||||
release or debug mode, so check the Symbian build define here,
|
||||
and set the QT_NO_DEBUG define appropriately.
|
||||
*/
|
||||
#if defined(Q_OS_SYMBIAN) && defined(NDEBUG) && !defined(QT_NO_DEBUG)
|
||||
# define QT_NO_DEBUG
|
||||
#endif
|
||||
|
||||
#if !defined(QT_NO_DEBUG) && !defined(QT_DEBUG)
|
||||
# define QT_DEBUG
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user