On Sat, 15 Dec 2012 15:46:52 +0100, Alexander Neundorf wrote:
Hi,

for kjs there is also a QT_ONLY option.
In this case the library is named qkjs instead of kjs.

there is a typo in the cmake file for kjs, it install incorrectly named libraries.

$ grep SOV /var/log/sorcery/install/kf5libs-git
/opt/kf5/lib/libkjsapi.so.SOVERSION
/opt/kf5/lib/libkjs.so.SOVERSION
/opt/kf5/lib/libkwidgetsaddons.so.SOVERSION



Regards, Treeve


I've got multiple questions: do we want to continue to support QT_ONLY also
with KDE frameworks ?

If so, and when building in QT_ONLY mode, should the installed package still
be called kjs, or qkjs ?
If it should be called qkjs, then the installed Config.cmake file
should also
be called qkjsConfig.cmake. If it is installed also as kjsConfig.cmake, qkjs
and kjs can't be installed in parallel, because of the name clashes.

But this actually also applied to the installed header files, both in
the kjs
and in the qkjs case they go into include/kjs/.

Or should in the QT_ONLY case the library also be called kjs, but a flag in
the kjsConfig.cmake can signal that it is Qt-only ?

Alex
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to