[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [plasma-mediacenter] browsingbackends: Cleanup backend CMakeLists.txt
From:       Shantanu Tushar <shantanu () kde ! org>
Date:       2014-03-24 17:56:11
Message-ID: E1WS96Z-0007cD-Vj () scm ! kde ! org
[Download RAW message or body]

Git commit 6688093cb3d78f03e6b21ecc2b14bb9bc6adea6b by Shantanu Tushar.
Committed on 24/03/2014 at 17:55.
Pushed by shantanu into branch 'master'.

Cleanup backend CMakeLists.txt

M  +1    -1    browsingbackends/localfiles/localmusic/CMakeLists.txt
M  +7    -7    browsingbackends/localfiles/localpictures/CMakeLists.txt
M  +8    -8    browsingbackends/localfiles/localvideos/CMakeLists.txt
M  +0    -1    browsingbackends/metadatabackends/metadatamusicbackend/CMake=
Lists.txt
M  +0    -2    browsingbackends/utility/exit/CMakeLists.txt
M  +0    -1    browsingbackends/utility/fullscreen/CMakeLists.txt

http://commits.kde.org/plasma-mediacenter/6688093cb3d78f03e6b21ecc2b14bb9bc=
6adea6b

diff --git a/browsingbackends/localfiles/localmusic/CMakeLists.txt b/browsi=
ngbackends/localfiles/localmusic/CMakeLists.txt
index 4315d4f..41a7fde 100644
--- a/browsingbackends/localfiles/localmusic/CMakeLists.txt
+++ b/browsingbackends/localfiles/localmusic/CMakeLists.txt
@@ -11,7 +11,7 @@ set(localmusicbackend_SRCS
 =

 kde4_add_plugin(pmc_localmusic ${localmusicbackend_SRCS})
 =

-target_link_libraries(pmc_localmusic =

+target_link_libraries(pmc_localmusic
     plasmamediacenter
     ${KDE4_KDECORE_LIBS}
     ${KDE4_KIO_LIBS}
diff --git a/browsingbackends/localfiles/localpictures/CMakeLists.txt b/bro=
wsingbackends/localfiles/localpictures/CMakeLists.txt
index 49a5d21..c1cbc3a 100644
--- a/browsingbackends/localfiles/localpictures/CMakeLists.txt
+++ b/browsingbackends/localfiles/localpictures/CMakeLists.txt
@@ -8,14 +8,14 @@ set(localpicturesbackend_SRCS
 )
 =

 kde4_add_plugin(pmc_localpictures ${localpicturesbackend_SRCS})
+
 target_link_libraries(pmc_localpictures
-plasmamediacenter
-${KDE4_KDECORE_LIBS}
-${KDE4_KIO_LIBS}
-${KDE4_KFILE_LIBS}
-${QT_QTDECLARATIVE_LIBRARIES}
-${KDE4_SOLID_LIBS}
-${QT_QTDECLARATIVE_LIBRARIES}
+    plasmamediacenter
+    ${KDE4_KDECORE_LIBS}
+    ${KDE4_KIO_LIBS}
+    ${KDE4_KFILE_LIBS}
+    ${QT_QTDECLARATIVE_LIBRARIES}
+    ${KDE4_SOLID_LIBS}
 )
 =

 install(TARGETS pmc_localpictures DESTINATION ${PLUGIN_INSTALL_DIR})
diff --git a/browsingbackends/localfiles/localvideos/CMakeLists.txt b/brows=
ingbackends/localfiles/localvideos/CMakeLists.txt
index 295be50..fe98830 100644
--- a/browsingbackends/localfiles/localvideos/CMakeLists.txt
+++ b/browsingbackends/localfiles/localvideos/CMakeLists.txt
@@ -9,14 +9,14 @@ set(localvideosbackend_SRCS
 =

 =

 kde4_add_plugin(pmc_localvideos ${localvideosbackend_SRCS})
-target_link_libraries(pmc_localvideos =

-plasmamediacenter
-${KDE4_KDECORE_LIBS}
-${KDE4_KIO_LIBS}
-${KDE4_KFILE_LIBS}
-${QT_QTDECLARATIVE_LIBRARIES}
-${KDE4_SOLID_LIBS}
-${QT_QTDECLARATIVE_LIBRARIES}
+
+target_link_libraries(pmc_localvideos
+    plasmamediacenter
+    ${KDE4_KDECORE_LIBS}
+    ${KDE4_KIO_LIBS}
+    ${KDE4_KFILE_LIBS}
+    ${QT_QTDECLARATIVE_LIBRARIES}
+    ${KDE4_SOLID_LIBS}
 )
 =

 install(TARGETS pmc_localvideos DESTINATION ${PLUGIN_INSTALL_DIR})
diff --git a/browsingbackends/metadatabackends/metadatamusicbackend/CMakeLi=
sts.txt b/browsingbackends/metadatabackends/metadatamusicbackend/CMakeLists=
.txt
index 8b3719b..5c299db 100644
--- a/browsingbackends/metadatabackends/metadatamusicbackend/CMakeLists.txt
+++ b/browsingbackends/metadatabackends/metadatamusicbackend/CMakeLists.txt
@@ -17,7 +17,6 @@ target_link_libraries(pmc_metadatamusicbackend
     ${KDE4_KIO_LIBS}
     ${KDE4_KFILE_LIBS}
     ${QT_QTDECLARATIVE_LIBRARIES}
-    ${NEPOMUK_CORE_LIBRARY}
 )
 =

 install(TARGETS pmc_metadatamusicbackend DESTINATION ${PLUGIN_INSTALL_DIR})
diff --git a/browsingbackends/utility/exit/CMakeLists.txt b/browsingbackend=
s/utility/exit/CMakeLists.txt
index 85c495c..48d12a7 100644
--- a/browsingbackends/utility/exit/CMakeLists.txt
+++ b/browsingbackends/utility/exit/CMakeLists.txt
@@ -10,8 +10,6 @@ target_link_libraries(pmc_exit
     plasmamediacenter
     ${KDE4_KDECORE_LIBS}
     ${QT_QTCORE_LIBRARIES}
-    ${QT_QTGUI_LIBRARIES}
-    ${QT_QTDECLARATIVE_LIBRARIES}
 )
 =

 install(TARGETS pmc_exit DESTINATION ${PLUGIN_INSTALL_DIR})
diff --git a/browsingbackends/utility/fullscreen/CMakeLists.txt b/browsingb=
ackends/utility/fullscreen/CMakeLists.txt
index c630d62..07318c2 100644
--- a/browsingbackends/utility/fullscreen/CMakeLists.txt
+++ b/browsingbackends/utility/fullscreen/CMakeLists.txt
@@ -11,7 +11,6 @@ target_link_libraries(pmc_fullscreen
     ${KDE4_KDECORE_LIBS}
     ${QT_QTCORE_LIBRARIES}
     ${QT_QTGUI_LIBRARIES}
-    ${QT_QTDECLARATIVE_LIBRARIES}
 )
 =

 install(TARGETS pmc_fullscreen DESTINATION ${PLUGIN_INSTALL_DIR})
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic