From 9c2c71c7148c8cafd564b07b27b4bc7dd8bb6648 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:18:14 +0900 Subject: Remove graphics class nt* related header files (part 2) Signed-off-by: Michele Calgaro --- ConfigureChecks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index a95a7dd..a3bba25 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -161,7 +161,7 @@ set( CMAKE_REQUIRED_LIBRARIES -L${TQT_LIBRARY_DIR} ${TQT_LIBRARIES} ) check_cxx_source_compiles(" #include -#include +#include int main( int, char** ) { (void) new TQGLWidget( (TQWidget*)0, \"qgl\" ) ; -- cgit v1.2.1