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

List:       kde-commits
Subject:    [plasma-workspace] dataengines/weather/ions: Weather DataEngine/ion library: Port to Plasma2/Qt5 ++
From:       Davide Bettio <bettio () kde ! org>
Date:       2014-04-23 16:09:22
Message-ID: E1Wczje-0000Uk-Hi () scm ! kde ! org
[Download RAW message or body]

Git commit 1fda6f0a9b714b72dd3c4f773ea14c2e9e397563 by Davide Bettio.
Committed on 23/04/2014 at 16:08.
Pushed by bettio into branch 'master'.

Weather DataEngine/ion library: Port to Plasma2/Qt5 ++

Signed-off-by: Davide Bettio <bettio@kde.org>

M  +2    -2    dataengines/weather/ions/CMakeLists.txt
M  +1    -0    dataengines/weather/ions/ion.cpp

http://commits.kde.org/plasma-workspace/1fda6f0a9b714b72dd3c4f773ea14c2e9e3=
97563

diff --git a/dataengines/weather/ions/CMakeLists.txt b/dataengines/weather/=
ions/CMakeLists.txt
index 22028c5..995194e 100644
--- a/dataengines/weather/ions/CMakeLists.txt
+++ b/dataengines/weather/ions/CMakeLists.txt
@@ -1,8 +1,8 @@
 # the Ion shared library
 set (ionlib_SRCS ion.cpp)
 add_library (weather_ion SHARED ${ionlib_SRCS})
-target_link_libraries (weather_ion KIOCore KF5::Plasma)
-target_link_libraries (weather_ion LINK_INTERFACE_LIBRARIES ${KDE4_KDEUI_L=
IBS} KIOCore KF5::Plasma)
+target_link_libraries (weather_ion KF5::KIOCore KF5::Plasma KF5::I18n KF5:=
:KDELibs4Support)
+target_link_libraries (weather_ion LINK_INTERFACE_LIBRARIES KF5::KIOCore K=
F5::Plasma)
 =

 set_target_properties(weather_ion PROPERTIES
    VERSION 6.0.0
diff --git a/dataengines/weather/ions/ion.cpp b/dataengines/weather/ions/io=
n.cpp
index fe7380d..cf8db32 100644
--- a/dataengines/weather/ions/ion.cpp
+++ b/dataengines/weather/ions/ion.cpp
@@ -21,6 +21,7 @@
 #include "ion.moc"
 =

 #include <QDebug>
+#include <KLocalizedString>
 =

 class IonInterface::Private
 {
[prev in list] [next in list] [prev in thread] [next in thread] 

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