mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
13 lines
279 B
CMake
13 lines
279 B
CMake
project(qguiplatformplugin_kde)
|
|
|
|
set(kde_SOURCES qguiplatformplugin_kde.cpp)
|
|
|
|
kde4_add_library (kde SHARED ${kde_SOURCES})
|
|
|
|
target_link_libraries(kde ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY})
|
|
|
|
install (TARGETS kde LIBRARY DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/gui_platform)
|
|
|
|
|
|
|
|
|