view generator/parser/rpp/pp-qt-configuration @ 382:1d56b2a2e10c

Fixes to debugging stuff. Added size_t as primitive type to workaround Qwt build failure in debug
author Max Samukha <maxter@spambox.com>
date Mon, 12 Jul 2010 20:36:07 +0300
parents e78566595089
children
line wrap: on
line source

#define __cplusplus 1

#define __STDC__

// Qt
#define QOBJECTDEFS_H

// not yet supported
#define Q_SLOTS slots
#define Q_SIGNALS signals
#define Q_FLAGS(a)
#define Q_PRIVATE_SLOT(a, b)
#define Q_DECLARE_INTERFACE(a,b)
#define Q_INTERFACES(a)
#define Q_GADGET
#define Q_OVERRIDE(a)
#define Q_OS_OS2
#define ULONG_MAX Integer.MAX_VALUE
#define Q_NO_USING_KEYWORD

// There are symbols in Qt that exist in Debug but
// not in release
#define QT_NO_DEBUG

#define QT_JAMBI_RUN