warning--

This commit is contained in:
Aurélien Gâteau 2014-04-26 02:16:10 +02:00
parent 69f95fec24
commit ae92074071

View File

@ -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
)