##// END OF EJS Templates
Redo CMake build system, get Qt5 support...
Redo CMake build system, get Qt5 support Qt5 support as discussed here: 3fbe">http://sourceforge.net/p/pythonqt/discussion/631392/thread/5f20c176/3fbe

File last commit:

r205:706df4355685
r205:706df4355685
Show More
pp-qt-configuration
24 lines | 439 B | text/plain | TextLexer
#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 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