summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 23:31:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-31 17:52:23 +0900
commit700a7e4362398c963b48060db78df38f7f41ee13 (patch)
tree665f52ef4aa8ab9119521f93d9a4ec5ee51eb03c
parent31af8fa045de34407fbe0beda3ad65afaf0080d2 (diff)
downloadtdevelop-700a7e4362398c963b48060db78df38f7f41ee13.tar.gz
tdevelop-700a7e4362398c963b48060db78df38f7f41ee13.zip
Don't explicetly include tqt.h anymore
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9be5a56c..fb66b0c7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -180,7 +180,6 @@ if( NOT WITH_DEPRECATION )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated" )
endif( )
-set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -include tqt.h" )
set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined" )
set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" )