Re: tier1/kcodecs/ doesn't compile standalone

2012-05-09 Thread Kevin Ottens
On Wednesday 9 May 2012 22:58:58 Alexander Neundorf wrote: > tier1/kcodecs/CMakeLists.txt sets an include directory > ${CMAKE_SOURCE_DIR}/tier1/kcoreaddons/src/kernel/ which is needed for > including qlocalizedstring. > So it doesn't build standalone. > > What is the plan with this, are the librari

tier1/kcodecs/ doesn't compile standalone

2012-05-09 Thread Alexander Neundorf
Hi, tier1/kcodecs/CMakeLists.txt sets an include directory ${CMAKE_SOURCE_DIR}/tier1/kcoreaddons/src/kernel/ which is needed for including qlocalizedstring. So it doesn't build standalone. What is the plan with this, are the libraries in tier1/ alkready supposed to be buildable standalone ? A