warning--
This commit is contained in:
parent
69f95fec24
commit
ae92074071
@ -7,16 +7,15 @@ set(platformcomponents_SRCS
|
||||
icondialog.cpp
|
||||
)
|
||||
|
||||
find_package(Qt5 5.2.0 REQUIRED NO_MODULE COMPONENTS Core DBus Quick Qml)
|
||||
find_package(Qt5 5.2.0 REQUIRED NO_MODULE COMPONENTS Core DBus Qml)
|
||||
|
||||
add_library(platformcomponentsplugin SHARED ${platformcomponents_SRCS})
|
||||
|
||||
qt5_use_modules(platformcomponentsplugin Core Widgets DBus Quick Qml)
|
||||
|
||||
target_link_libraries(
|
||||
platformcomponentsplugin
|
||||
Qt5::Core
|
||||
Qt5::DBus
|
||||
Qt5::Qml
|
||||
KF5::WindowSystem
|
||||
KF5::IconThemes
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user