From kde-commits Mon Sep 30 23:02:55 2013 From: Christoph Feck Date: Mon, 30 Sep 2013 23:02:55 +0000 To: kde-commits Subject: [kdelibs/frameworks] staging/kde4support/src: Fix cmake warning Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=138058218617294 Git commit 28bc901ffcc0422a7e3221dccca20e4ade8eb319 by Christoph Feck. Committed on 30/09/2013 at 23:03. Pushed by cfeck into branch 'frameworks'. Fix cmake warning M +1 -1 staging/kde4support/src/KDEUIMacros.cmake http://commits.kde.org/kdelibs/28bc901ffcc0422a7e3221dccca20e4ade8eb319 diff --git a/staging/kde4support/src/KDEUIMacros.cmake b/staging/kde4suppor= t/src/KDEUIMacros.cmake index ac36ae7..31a180c 100644 --- a/staging/kde4support/src/KDEUIMacros.cmake +++ b/staging/kde4support/src/KDEUIMacros.cmake @@ -300,6 +300,6 @@ macro (KDE4_ADD_APP_ICON appsources pattern) else(SIPS_EXECUTABLE AND TIFF2ICNS_EXECUTABLE) message(STATUS "Unable to find the sips and tiff2icns utilitie= s - application will not have an application icon!") endif(SIPS_EXECUTABLE AND TIFF2ICNS_EXECUTABLE) - endif(Q_OS_MAC) + endif(APPLE) endmacro (KDE4_ADD_APP_ICON) =20