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

List:       kde-commits
Subject:    [muon/frameworks] /: Build fixes
From:       Aleix Pol <aleixpol () kde ! org>
Date:       2014-07-10 10:40:24
Message-ID: E1X5Bm4-0006zk-GH () scm ! kde ! org
[Download RAW message or body]

Git commit 916ece9394aebada5779fd541ad5965c882aa7e7 by Aleix Pol.
Committed on 10/07/2014 at 10:39.
Pushed by apol into branch 'frameworks'.

Build fixes

M  +1    -1    CMakeLists.txt
M  +2    -2    exporter/main.cpp
M  +2    -2    updater/main.cpp

http://commits.kde.org/muon/916ece9394aebada5779fd541ad5965c882aa7e7

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e31c587..4491b60 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ find_package(ECM REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-find_package(Qt5 5.2.0 REQUIRED CONFIG COMPONENTS Widgets Test Network Xml \
Concurrent DBus Svg Declarative Qml QuickWidgets) +find_package(Qt5 5.2.0 REQUIRED \
CONFIG COMPONENTS Widgets Test Network Xml Concurrent DBus Svg Qml QuickWidgets)  \
include(KDEInstallDirs)  include(KDECMakeSettings)
 include(KDECompilerSettings)
diff --git a/exporter/main.cpp b/exporter/main.cpp
index 1d8c132..44d4ba4 100644
--- a/exporter/main.cpp
+++ b/exporter/main.cpp
@@ -30,8 +30,8 @@ static const char description[] = I18N_NOOP("An application \
exporterer");  int main(int argc, char** argv)
 {
     QApplication app(argc, argv);
-    KAboutData about("muon-exporter", "muon-exporter", i18n("Muon Exporter"), \
                version, i18n(description),
-                     KAboutData::License_GPL, i18n(" ©2013 Aleix Pol Gonzalez"), \
QString(), 0); +    KAboutData about("muon-exporter", i18n("Muon Exporter"), version, \
i18n(description), +                     KAboutLicense::GPL, i18n(" ©2013 Aleix Pol \
                Gonzalez"), QString(), 0);
     about.addAuthor(i18n("Jonathan Thomas"), QString(), "echidnaman@kubuntu.org");
     about.addAuthor(i18n("Aleix Pol Gonzalez"), QString(), \
"aleixpol@blue-systems.com");  about.setProgramIconName("muonexporter");
diff --git a/updater/main.cpp b/updater/main.cpp
index 7a3aa73..057851b 100644
--- a/updater/main.cpp
+++ b/updater/main.cpp
@@ -38,8 +38,8 @@ static const char description[] =
 int main(int argc, char **argv)
 {
     QApplication app(argc, argv);
-    KAboutData about("muon-updater", "muon-updater", i18n("Muon Update Manager"), \
                version, i18n(description),
-                     KAboutData::License_GPL, i18n(" ©2010-2013 Jonathan Thomas"), \
QString(), 0); +    KAboutData about("muon-updater", i18n("Muon Update Manager"), \
version, i18n(description), +                     KAboutLicense::GPL, i18n(" \
                ©2010-2013 Jonathan Thomas"), QString(), 0);
     about.addAuthor(i18n("Jonathan Thomas"), QString(), "echidnaman@kubuntu.org");
     about.setProgramIconName("system-software-update");
     about.setProductName("muon/updater");


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

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