diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:18:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-20 20:18:14 +0900 |
commit | 9c2c71c7148c8cafd564b07b27b4bc7dd8bb6648 (patch) | |
tree | e261e7587632c67cb16e89bc2cce6de4e863bd01 /ConfigureChecks.cmake | |
parent | 9521d868a3bc283e18464f3ac83e25af87f02029 (diff) | |
download | tqtinterface-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.cmake | 2 |
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\" ) ; |