diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 22:30:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-31 17:52:08 +0900 |
commit | f0bf8c6892933b0936d9adb828c500d14a8f10f6 (patch) | |
tree | 1275c1cbd86b028ebf58342caa16c3a529e480f2 /indexlib | |
parent | 6b1f9116760b2a693428cc93a0304dd3d7d2856a (diff) | |
download | tdepim-f0bf8c6892933b0936d9adb828c500d14a8f10f6.tar.gz tdepim-f0bf8c6892933b0936d9adb828c500d14a8f10f6.zip |
Don't explicetly include tqt.h and don't look for libtqui anymore.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'indexlib')
-rw-r--r-- | indexlib/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indexlib/CMakeLists.txt b/indexlib/CMakeLists.txt index f89e4f1a..6f5a42e5 100644 --- a/indexlib/CMakeLists.txt +++ b/indexlib/CMakeLists.txt @@ -13,7 +13,6 @@ project( indexlib ) include( ConfigureChecks.cmake ) -string( REPLACE "-include tqt.h" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}" ) set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -include compat.h ${USE_EXCEPTIONS}" ) include_directories( |