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

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