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

List:       kde-commits
Subject:    extragear/sdk/kdevelop/app
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2010-05-01 13:22:47
Message-ID: 20100501132247.22EA0AC8AA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1121501 by apaku:

Revert r1121158 (fix linker error).

If your linker cannot link the kdevelop binary you'll have to find a
different fix. All functions used from sessioncontroller.h are inline
and hence no linking is needed. I'm reverting this because linking
actually causes problems as it pulls in libkdevplatformduchain and that
one has global statics which must not be initialized in the kdevelop
binary but only once the kdevelop.bin is being loaded (thats why the
kdevelop.bin links against shell).

CCMAIL: brandon.ml@gmail.com

 M  +0 -1      CMakeLists.txt  


--- trunk/extragear/sdk/kdevelop/app/CMakeLists.txt #1121500:1121501
@@ -19,7 +19,6 @@
     ${KDE4_KNOTIFYCONFIG_LIBS}
     ${KDE4_KTEXTEDITOR_LIBS}
     ${KDE4_THREADWEAVER_LIBRARIES}
-    ${KDEVPLATFORM_SHELL_LIBRARIES}
     ${QT_QTDESIGNER_LIBRARY} )
 install(TARGETS kdevelop ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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