diff options
Diffstat (limited to 'qtinterface/tqt.h.cmake')
-rw-r--r-- | qtinterface/tqt.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index d226762..7cf09e5 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -66,6 +66,9 @@ Boston, MA 02110-1301, USA. #ifdef TQT_REAL_TQT #define Qt TQt +#ifndef TQT_NO_COMPAT_NAMES +#define Q_OBJECT /* UNUSED */ +#endif /* TQT_NO_COMPAT_NAMES */ #else /* TQT_REAL_TQT */ #define TQ_OBJECT /* UNUSED */ #endif /* TQT_REAL_TQT */ |