Registered Member
|
Here is one to frustrate all of the CMake gurus out there.
I'm working on three KDE programs that all use CMake as their build system but only one of them picks up the KDE4 settings properly. The CMake file for the program that works reads as follows:
(Yes I know it is horrid). One that is not working reads:
The problem is that ${KDE4_UI_LIBS} does not have a value. Further in KDevelop the
as expected for the VisualShell project but not for CatBuilder. For my third program I have resorted to manually specifying all Qt and KDE libraries. Thanks in advance. |
KDE Developer
|
Yes, because it is the wrong name; the correct name is KDE4_KDEUI_LIBS (given the library is libkdeui.so).
Pino Toscano
|
Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell