diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-28 01:49:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-28 01:49:15 -0600 |
commit | 42cf2b0d14161472ace9b5c7119b850be8e93741 (patch) | |
tree | ad29a9708e68f6e839c7f76c3ca7c618784404d3 /qtinterface/tqt.h.cmake | |
parent | 27917305452f2a55ae3be74e83b8a724248ec43f (diff) | |
download | tqtinterface-42cf2b0d14161472ace9b5c7119b850be8e93741.tar.gz tqtinterface-42cf2b0d14161472ace9b5c7119b850be8e93741.zip |
Update tqt3 compat
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 |