summaryrefslogtreecommitdiffstats
path: root/interfaces/kmediaplayer
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/kmediaplayer')
-rw-r--r--interfaces/kmediaplayer/CMakeLists.txt5
-rw-r--r--interfaces/kmediaplayer/kfileaudiopreview/CMakeLists.txt4
2 files changed, 0 insertions, 9 deletions
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}