summaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-11 16:43:23 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-11 16:43:23 +0000
commit0ba4e3c0a468d0ce3d64c4062a39e8a792b29b93 (patch)
tree2345621c7578cf29abe594a39c486409f01a7281 /interfaces
parent10308be19ef7fa44699562cc75946e7ea1fdf6b9 (diff)
downloadtdelibs-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 'interfaces')
-rw-r--r--interfaces/kimproxy/library/CMakeLists.txt4
-rw-r--r--interfaces/kmediaplayer/CMakeLists.txt5
-rw-r--r--interfaces/kmediaplayer/kfileaudiopreview/CMakeLists.txt4
-rw-r--r--interfaces/kscript/CMakeLists.txt5
-rw-r--r--interfaces/kscript/sample/CMakeLists.txt4
-rw-r--r--interfaces/ktexteditor/CMakeLists.txt5
6 files changed, 0 insertions, 27 deletions
diff --git a/interfaces/kimproxy/library/CMakeLists.txt b/interfaces/kimproxy/library/CMakeLists.txt
index 4f5d0b17a..fb9584973 100644
--- a/interfaces/kimproxy/library/CMakeLists.txt
+++ b/interfaces/kimproxy/library/CMakeLists.txt
@@ -11,10 +11,6 @@
add_subdirectory( icons )
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
diff --git a/interfaces/kmediaplayer/CMakeLists.txt b/interfaces/kmediaplayer/CMakeLists.txt
index 7bef16b69..06e14d9d1 100644
--- a/interfaces/kmediaplayer/CMakeLists.txt
+++ b/interfaces/kmediaplayer/CMakeLists.txt
@@ -13,11 +13,6 @@ if( ARTS_FOUND )
add_subdirectory( kfileaudiopreview )
endif( ARTS_FOUND )
-
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
diff --git a/interfaces/kmediaplayer/kfileaudiopreview/CMakeLists.txt b/interfaces/kmediaplayer/kfileaudiopreview/CMakeLists.txt
index 031ffddb8..a316b4ffc 100644
--- a/interfaces/kmediaplayer/kfileaudiopreview/CMakeLists.txt
+++ b/interfaces/kmediaplayer/kfileaudiopreview/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${ARTS_INCLUDE_DIRS}
diff --git a/interfaces/kscript/CMakeLists.txt b/interfaces/kscript/CMakeLists.txt
index 36e049824..98afa228d 100644
--- a/interfaces/kscript/CMakeLists.txt
+++ b/interfaces/kscript/CMakeLists.txt
@@ -11,11 +11,6 @@
add_subdirectory( sample )
-
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
diff --git a/interfaces/kscript/sample/CMakeLists.txt b/interfaces/kscript/sample/CMakeLists.txt
index ac5eb479b..eb28b1883 100644
--- a/interfaces/kscript/sample/CMakeLists.txt
+++ b/interfaces/kscript/sample/CMakeLists.txt
@@ -9,10 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}
diff --git a/interfaces/ktexteditor/CMakeLists.txt b/interfaces/ktexteditor/CMakeLists.txt
index ba445df16..a011f2122 100644
--- a/interfaces/ktexteditor/CMakeLists.txt
+++ b/interfaces/ktexteditor/CMakeLists.txt
@@ -9,11 +9,6 @@
#
#################################################
-add_definitions(
- ${TQT_CFLAGS_OTHER}
- -include tqt.h
-)
-
include_directories(
${TQT_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}