#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
#if !defined(Q_ASSERT_X)
#ifndef QT_NO_DEBUG
#define Q_ASSERT_X(cond,where,what) do {if(!(cond))qt_assert_x(where, what,__FILE__,__LINE__);} while (0)

#else
#endif
#endif
#endif /* __cplusplus */
#endif /* QGLOBAL_H */