diff options
author | Michele Calgaro <[email protected]> | 2024-10-22 17:49:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-31 17:46:02 +0900 |
commit | da881069c4fd68d299a46904067ddc7181b73925 (patch) | |
tree | 69bee09e62b1c9161a33a12e2c866fc688c7ea70 /dcop | |
parent | 638f63d207a9a925df17fda588436fa6530a3d85 (diff) | |
download | tdelibs-da881069c4fd68d299a46904067ddc7181b73925.tar.gz tdelibs-da881069c4fd68d299a46904067ddc7181b73925.zip |
Don't explicetly include tqt.h anymore
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'dcop')
-rw-r--r-- | dcop/KDE-ICE/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dcop/KDE-ICE/CMakeLists.txt b/dcop/KDE-ICE/CMakeLists.txt index 6963d5017..b7c6ed0f4 100644 --- a/dcop/KDE-ICE/CMakeLists.txt +++ b/dcop/KDE-ICE/CMakeLists.txt @@ -9,8 +9,6 @@ # ################################################# -set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -include tqt.h" ) - add_definitions( -DICE_t -DTRANS_SERVER |