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

List:       kde-commits
Subject:    branches/KDE/4.9/kdesdk/okteta/kasten
From:       Friedrich W. H. Kossebau <kossebau () kde ! org>
Date:       2012-08-25 17:11:13
Message-ID: 20120825171113.F130CAC73B () svn ! kde ! org
[Download RAW message or body]

SVN commit 1313159 by kossebau:

Fixed: ensure dependencies between base Kasten libs and OktetaKasten libs (using \
targetnames, not output names) (backport of 1313158)

As long as the base Kasten libs are part of the build tree of Okteta, the linking \
lists need to use the the target names instead of the output names, otherwise the \
dependency is not known.

BUG: 304794



 M  +4 -3      CMakeLists.txt  


--- branches/KDE/4.9/kdesdk/okteta/kasten/CMakeLists.txt #1313158:1313159
@@ -3,9 +3,10 @@
 add_definitions( -DKDE_DEFAULT_DEBUG_AREA=1806 )
 
 set( KASTEN_ABI_VERSION 2 )
-set( KASTENCORE_LIBS  kasten${KASTEN_ABI_VERSION}core )
-set( KASTENGUI_LIBS  kasten${KASTEN_ABI_VERSION}gui )
-set( KASTENCONTROLLERS_LIBS  kasten${KASTEN_ABI_VERSION}controllers )
+# use the real lib names here once the base Kasten libs are moved into an own \
project +set( KASTENCORE_LIBS         kastencore )
+set( KASTENGUI_LIBS          kastengui )
+set( KASTENCONTROLLERS_LIBS  kastencontrollers )
 
 
 set( OKTETAKASTEN_MAJOR_VERSION 0 )


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

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