Hi,
as discussed on irc, we don't define KDELIBSTUFF which is used into 
kstandarddirs.cpp
So I created a patch to fix it and define it.

Is it ok to commit it ?

Regards
Index: FindKDE4Internal.cmake
===================================================================
--- FindKDE4Internal.cmake	(revision 554109)
+++ FindKDE4Internal.cmake	(working copy)
@@ -635,3 +635,6 @@
 # NOT used in Qt4: QT_NO_COMPAT, QT_CLEAN_NAMESPACE, QT_THREAD_SUPPORT
 set(KDE4_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS} -DQT3_SUPPORT -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DQT3_SUPPORT_WARNINGS -DKDE_DEPRECATED_WARNINGS )
 
+string(REGEX REPLACE "/lib" "" KDELIBSTUFF ${LIB_INSTALL_DIR} )
+MESSAGE(STATUS "KDELIBSTUFF :<${KDELIBSTUFF}>")
+
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to