diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
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 <qapplication.h> + #include <ntqapplication.h> 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 <qobjectlist.h> - #include <qobject.h> + #include <ntqobjectlist.h> + #include <ntqobject.h> int main(int, char**) { TQObject::objectTreesListObject(); return 0; } " HAVE_PATCHED_QT3 ) endif( ) |