diff options
Diffstat (limited to 'qtinterface/tqt.h.cmake')
-rw-r--r-- | qtinterface/tqt.h.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index f8f813e..bd44cf0 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -48,7 +48,13 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT3 +#cmakedefine HAVE_REAL_TQT 1 + +#ifdef HAVE_REAL_TQT +#include <ntqglobal.h> +#else /* HAVE_REAL_TQT */ #include <qglobal.h> +#endif /* HAVE_REAL_TQT */ #ifdef QT_NO_SQL #define TQT_NO_SQL |