From 42cf2b0d14161472ace9b5c7119b850be8e93741 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 28 Jan 2012 01:49:15 -0600 Subject: Update tqt3 compat --- qtinterface/tqt.h.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qtinterface/tqt.h.cmake') 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 +#else /* HAVE_REAL_TQT */ #include +#endif /* HAVE_REAL_TQT */ #ifdef QT_NO_SQL #define TQT_NO_SQL -- cgit v1.2.1