diff options
Diffstat (limited to 'kspell2')
-rw-r--r-- | kspell2/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kspell2/plugins/aspell/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kspell2/plugins/hspell/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kspell2/plugins/ispell/CMakeLists.txt | 4 | ||||
-rw-r--r-- | kspell2/ui/CMakeLists.txt | 2 |
5 files changed, 0 insertions, 18 deletions
diff --git a/kspell2/CMakeLists.txt b/kspell2/CMakeLists.txt index 29b45aba9..5c81ab6ba 100644 --- a/kspell2/CMakeLists.txt +++ b/kspell2/CMakeLists.txt @@ -12,10 +12,6 @@ add_subdirectory( ui ) add_subdirectory( plugins ) -add_definitions( - ${TQT_CFLAGS_OTHER} -) - include_directories( ${TQT_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} diff --git a/kspell2/plugins/aspell/CMakeLists.txt b/kspell2/plugins/aspell/CMakeLists.txt index 09b245cb1..94928963c 100644 --- a/kspell2/plugins/aspell/CMakeLists.txt +++ b/kspell2/plugins/aspell/CMakeLists.txt @@ -9,10 +9,6 @@ # ################################################# -add_definitions( - ${TQT_CFLAGS_OTHER} -) - include_directories( ${TQT_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} diff --git a/kspell2/plugins/hspell/CMakeLists.txt b/kspell2/plugins/hspell/CMakeLists.txt index 4af8a6ca5..0fd8d0fa5 100644 --- a/kspell2/plugins/hspell/CMakeLists.txt +++ b/kspell2/plugins/hspell/CMakeLists.txt @@ -9,10 +9,6 @@ # ################################################# -add_definitions( - ${TQT_CFLAGS_OTHER} -) - include_directories( ${TQT_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} diff --git a/kspell2/plugins/ispell/CMakeLists.txt b/kspell2/plugins/ispell/CMakeLists.txt index a1d7087a5..0cd7d74a0 100644 --- a/kspell2/plugins/ispell/CMakeLists.txt +++ b/kspell2/plugins/ispell/CMakeLists.txt @@ -9,10 +9,6 @@ # ################################################# -add_definitions( - ${TQT_CFLAGS_OTHER} -) - include_directories( ${TQT_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} diff --git a/kspell2/ui/CMakeLists.txt b/kspell2/ui/CMakeLists.txt index 1348d39b4..2a7718c7d 100644 --- a/kspell2/ui/CMakeLists.txt +++ b/kspell2/ui/CMakeLists.txt @@ -10,9 +10,7 @@ ################################################# add_definitions( - ${TQT_CFLAGS_OTHER} -DKDE_NO_COMPAT - -DQT_NO_COMPAT ) include_directories( |