summaryrefslogtreecommitdiffstats
path: root/kopete/plugins
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-26 16:41:56 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-26 16:41:56 -0500
commit10026753cb9c2f8231ef0f5be01fd0f3a8142aef (patch)
tree3d05597f1c7727b4e3a569a66ab400f30fcd54b2 /kopete/plugins
parent354555a2b85a35e123ba53dcc893119ef9534a43 (diff)
downloadtdenetwork-10026753cb9c2f8231ef0f5be01fd0f3a8142aef.tar.gz
tdenetwork-10026753cb9c2f8231ef0f5be01fd0f3a8142aef.zip
Added XMMS support to CMake.
Thanks to Slavek Banko.
Diffstat (limited to 'kopete/plugins')
-rw-r--r--kopete/plugins/nowlistening/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/kopete/plugins/nowlistening/CMakeLists.txt b/kopete/plugins/nowlistening/CMakeLists.txt
index b1b6b198..a236a7e2 100644
--- a/kopete/plugins/nowlistening/CMakeLists.txt
+++ b/kopete/plugins/nowlistening/CMakeLists.txt
@@ -9,6 +9,8 @@
#
#################################################
+include( ConfigureChecks.cmake )
+
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
@@ -16,6 +18,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/kopete/libkopete/ui
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
+ ${XMMS_INCLUDES}
)
link_directories(
@@ -38,7 +41,7 @@ tde_add_kpart( kopete_nowlistening AUTOMOC
nowlisteningconfig.kcfgc nowlisteningplugin.cpp nlkscd.cpp
nlnoatun.cpp nlxmms.cpp nowlisteningguiclient.cpp nljuk.cpp
nlamarok.cpp nlkaffeine.cpp
- LINK kopete-shared
+ LINK kopete-shared ${XMMS_LIBS}
DESTINATION ${PLUGIN_INSTALL_DIR}
)