From f5ff2b2a995c43f2a62b128ab461ce515fa31ee5 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Wed, 5 Apr 2006 21:23:39 +0000 Subject: -add the NOGUI keyword to the KDE4_ADD_EXECUTABLE_CALLS() right now this only affects OS X: without the NOGUI keyword, now application bundles should be created I will add RPATH handling later. kdelibs/kabc/: add a dependency of addressee.h to addressee.cpp, this works partly (i.e. it works if none of both exists, but doesn't work if addressee.cpp exists and addressee.h doesn't) Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=526894 The following changes were in SVN, but were removed from git: M pics/CMakeLists.txt --- modules/KDE4Macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/KDE4Macros.cmake') diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index e9d36fd4..f05d10d3 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -455,7 +455,7 @@ MACRO (KDE4_ADD_EXECUTABLE _target_NAME _first_ARG) # determine additional parameters for add_executable() if (APPLE) -# set(_add_executable_param MACOSX_BUNDLE) + set(_add_executable_param MACOSX_BUNDLE) endif (APPLE) # should this be enabled on windows ? Alex # if (WIN32) -- cgit v1.2.1