summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-20 20:18:14 +0900
committerMichele Calgaro <[email protected]>2024-07-20 20:18:14 +0900
commit9c2c71c7148c8cafd564b07b27b4bc7dd8bb6648 (patch)
treee261e7587632c67cb16e89bc2cce6de4e863bd01 /ConfigureChecks.cmake
parent9521d868a3bc283e18464f3ac83e25af87f02029 (diff)
downloadtqtinterface-9c2c71c7148c8cafd564b07b27b4bc7dd8bb6648.tar.gz
tqtinterface-9c2c71c7148c8cafd564b07b27b4bc7dd8bb6648.zip
Remove graphics class nt* related header files (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
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 <cstdlib>
-#include <ntqgl.h>
+#include <tqgl.h>
int main( int, char** )
{
(void) new TQGLWidget( (TQWidget*)0, \"qgl\" ) ;