[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:08 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=5285b8b

The following commit has been merged in the master branch:
commit 5285b8b9c22bc9fced955308760c0619fe187191
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Nov 28 17:42:53 2014 +0100

    Drop Qt5::Gui requirement
---
 cli/CMakeLists.txt     | 2 +-
 cli/kdeconnect-cli.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt
index 026b80d..8a8f40b 100644
--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -2,6 +2,6 @@ include_directories(${CMAKE_SOURCE_DIR})
 
 add_executable(kdeconnect-cli kdeconnect-cli.cpp)
 
-target_link_libraries(kdeconnect-cli kdeconnectinterfaces Qt5::Gui KF5::CoreAddons KF5::I18n)
+target_link_libraries(kdeconnect-cli kdeconnectinterfaces KF5::CoreAddons KF5::I18n)
 
 install(TARGETS kdeconnect-cli ${INSTALL_TARGETS_DEFAULT_ARGS})
diff --git a/cli/kdeconnect-cli.cpp b/cli/kdeconnect-cli.cpp
index 5de27f7..9e796cb 100644
--- a/cli/kdeconnect-cli.cpp
+++ b/cli/kdeconnect-cli.cpp
@@ -30,7 +30,7 @@
 
 int main(int argc, char** argv)
 {
-    QGuiApplication app(argc, argv);
+    QCoreApplication app(argc, argv);
     KAboutData about("kdeconnect-cli", i18n("kdeconnect-cli"), "1.0", i18n("KDE Connect CLI tool"),
                      KAboutLicense::GPL, i18n("(C) 2013 Aleix Pol Gonzalez"));
     KAboutData::setApplicationData(about);

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list