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 --- ConfigureChecks.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index ff5fe8c..0f320c2 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -173,7 +173,7 @@ if( QT_VERSION STREQUAL "3" ) set( CMAKE_REQUIRED_LIBRARIES -L${QT_LIBRARY_DIR} ${QT_LIBRARIES} ) qt_message( "Looking for native TQt3..." ) check_cxx_source_compiles(" - #include + #include int main(int argc, char **argv) { TQApplication app(argc, argv); return 0; } " HAVE_USABLE_QT${QT_VERSION} ) endif( ) @@ -203,8 +203,8 @@ if( QT_VERSION STREQUAL "3" ) set( CMAKE_REQUIRED_LIBRARIES -L${QT_LIBRARY_DIR} ${QT_LIBRARIES} ) qt_message( "Looking for patched native TQt3..." ) check_cxx_source_compiles(" - #include - #include + #include + #include int main(int, char**) { TQObject::objectTreesListObject(); return 0; } " HAVE_PATCHED_QT3 ) endif( ) -- cgit v1.2.1