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 /kresources/CMakeLists.txt | |
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 'kresources/CMakeLists.txt')
-rw-r--r-- | kresources/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kresources/CMakeLists.txt b/kresources/CMakeLists.txt index 213cb7efc..3e79d13e7 100644 --- a/kresources/CMakeLists.txt +++ b/kresources/CMakeLists.txt @@ -9,10 +9,6 @@ # ################################################# -add_definitions( - ${TQT_CFLAGS_OTHER} -) - include_directories( ${TQT_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} |