diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 17:52:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-31 17:46:31 +0900 |
commit | 8acb7577c729f7354710fade01ad543008a06c2b (patch) | |
tree | 3a6d3cfe87916ecce21753f4ce3b2169de7f6070 | |
parent | 8282b8b90a156e69d3dc80dbaeeb2d8ed00988cd (diff) | |
download | tdebase-8acb7577c729f7354710fade01ad543008a06c2b.tar.gz tdebase-8acb7577c729f7354710fade01ad543008a06c2b.zip |
Don't explicetly include tqt.h anymore
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kate/app/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kate/app/CMakeLists.txt b/kate/app/CMakeLists.txt index 77908ffcf..0cc100efc 100644 --- a/kate/app/CMakeLists.txt +++ b/kate/app/CMakeLists.txt @@ -9,10 +9,6 @@ # ################################################# -add_definitions( - -include tqt.h -) - include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR} |