Previously i didn't have the flag selected and the overlay versions of kde4.1 were falling in /usr
I have an cmake / Qt4 / KDE4 program that compiled fine before.
Now I run
Code: Select all
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/kde/4.1/ -DCMAKE_BUILD_TYPE=debugfull . -G KDevelop3
-- Found Qt-Version 4.4.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl
-- Adding /usr/kde/4.1/share/apps/cmake/modules to CMAKE_MODULE_PATH
-- Found KDE 4.1 include dir: /usr/include <----THIS IS ERRORNEOUS!!
-- Found KDE 4.1 library dir: /usr/lib <----THIS IS ERRORNEOUS ALSO!!
-- Found KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Configuring done
-- Generating done
So, how do i get the prefixes fixed with cmake? I am using cmake-2.6.1 btw
An thoughts??

