diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-11 16:43:23 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-11 16:43:23 +0000 |
commit | 0ba4e3c0a468d0ce3d64c4062a39e8a792b29b93 (patch) | |
tree | 2345621c7578cf29abe594a39c486409f01a7281 /kspell2/ui | |
parent | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (diff) | |
download | tdelibs-0ba4e3c0a468d0ce3d64c4062a39e8a792b29b93.tar.gz tdelibs-0ba4e3c0a468d0ce3d64c4062a39e8a792b29b93.zip |
[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
Diffstat (limited to 'kspell2/ui')
-rw-r--r-- | kspell2/ui/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
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( |