KDE/kdelibs/cmake/modules

Alexander Neundorf neundorf at kde.org
Thu May 11 18:55:56 CEST 2006


SVN commit 539757 by neundorf:

-enhanced syntax for KDE4_ADD_EXECUTABLE and KDE4_ADD_KDEINIT_EXECUTABLE:

KDE4_ADD_EXECUTABLE(name [NOGUI] [RUN_UNINSTALLED] srcs...)
KDE4_ADD_KDEINIT_EXECUTABLE(name [NOGUI] [RUN_UNINSTALLED] srcs...)

-> NOGUI and RUN_UNINSTALLED can now be used independently together. This also means
that RUN_UNINSTALLED no longer automatically means NOGUI.

-build libs and plugins with empty RPATH, so they don't have to be relinked during make install

Alex

CCMAIL: kde-buildsystem at kde.org



 M  +15 -15    FindKDE4Internal.cmake  
 M  +2 -0      FindQt4.cmake  
 M  +89 -29    KDE4Macros.cmake  




More information about the Kde-buildsystem mailing list