[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/cmake/modules
From:       Matthias Kretz <kretz () kde ! org>
Date:       2008-05-14 15:39:57
Message-ID: 1210779597.490169.22451.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 807733 by mkretz:

the _dummy.cpp file for kdeinit executables doesn't need to have automoc4 to run on \
it

 M  +1 -0      KDE4Macros.cmake  


--- trunk/KDE/kdelibs/cmake/modules/KDE4Macros.cmake #807732:807733
@@ -727,6 +727,7 @@
    kde4_check_executable_params(_SRCS _nogui _uninst _test ${ARGN})
 
    configure_file(${KDE4_MODULE_DIR}/kde4init_dummy.cpp.in \
${CMAKE_CURRENT_BINARY_DIR}/${_target_NAME}_dummy.cpp) +   \
set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/${_target_NAME}_dummy.cpp \
PROPERTIES SKIP_AUTOMOC TRUE)  # under Windows, build a normal executable and \
additionally a dummy kdeinit4_foo.lib, whose only purpose on windows is to   # keep \
the linking logic from the CMakeLists.txt on UNIX working (under UNIX all necessary \
libs are linked against the kdeinit  # library instead against the executable, under \
windows we want to have everything in the executable, but for compatibility we have \
to 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic