From 0ba4e3c0a468d0ce3d64c4062a39e8a792b29b93 Mon Sep 17 00:00:00 2001 From: samelian Date: Tue, 11 Jan 2011 16:43:23 +0000 Subject: [kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1213800 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kspell2/CMakeLists.txt | 4 ---- kspell2/plugins/aspell/CMakeLists.txt | 4 ---- kspell2/plugins/hspell/CMakeLists.txt | 4 ---- kspell2/plugins/ispell/CMakeLists.txt | 4 ---- kspell2/ui/CMakeLists.txt | 2 -- 5 files changed, 18 deletions(-) (limited to 'kspell2') 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( -- cgit v1.2.1