[Buildroot] [Bug 11401] Impossible do build a qt program using kf5-networkmanager-qt

bugzilla at busybox.net bugzilla at busybox.net
Tue Oct 16 16:31:05 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=11401

--- Comment #4 from Pierre Ducroquet <pinaraf at pinaraf.info> ---
I will try to investigate tomorrow. I did not test with a QMake project, only
with a CMake one. Could you try converting from qmake to cmake ?
The CMakeLists.txt would look like this:

cmake_minimum_required(VERSION 3.0)

find_package(Qt5 REQUIRED COMPONENTS Gui DBus)
find_package(KF5NetworkManagerQt REQUIRED)
add_executable(qt-network-manager main.cpp)
target_link_libraries(qt-network-manager Qt5::Gui Qt5::DBus
KF5::NetworkManagerQt)

This would help confirm the issue lies in the QMake files.

Thank you very much for your report

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list