diff --git a/telldus-gui/3rdparty/qt-components-desktop.cmake b/telldus-gui/3rdparty/qt-components-desktop.cmake index d76bec8c..86d05348 100644 --- a/telldus-gui/3rdparty/qt-components-desktop.cmake +++ b/telldus-gui/3rdparty/qt-components-desktop.cmake @@ -92,3 +92,7 @@ ELSE() LIBRARY_OUTPUT_DIRECTORY ${QT_COMPONENTS_OUTPUT_DIR}/plugin ) ENDIF() + +IF(UNIX) + INSTALL(DIRECTORY "${CMAKE_BINARY_DIR}/TelldusCenter/Plugins/declarative" DESTINATION "${PLUGIN_LIB_FULL_PATH}") +ENDIF(UNIX)