From ce86c90c8b5aacd718399a9da916a958174a3caf Mon Sep 17 00:00:00 2001 From: Micke Prag Date: Thu, 10 Oct 2013 16:10:33 +0200 Subject: [PATCH] This is not relevant in OS X --- telldus-gui/3rdparty/qt-components-desktop.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telldus-gui/3rdparty/qt-components-desktop.cmake b/telldus-gui/3rdparty/qt-components-desktop.cmake index 86d05348..6c4f6eda 100644 --- a/telldus-gui/3rdparty/qt-components-desktop.cmake +++ b/telldus-gui/3rdparty/qt-components-desktop.cmake @@ -93,6 +93,6 @@ ELSE() ) ENDIF() -IF(UNIX) +IF(UNIX AND NOT APPLE) INSTALL(DIRECTORY "${CMAKE_BINARY_DIR}/TelldusCenter/Plugins/declarative" DESTINATION "${PLUGIN_LIB_FULL_PATH}") -ENDIF(UNIX) +ENDIF()