You need to read this; There has been a few changes. http://techbase.kde.org/Development/CMake_KDE_4_4
If you have QT installed it should be included with it.
Mine are located here.
/usr/share/cmake/Modules/FindQt4.cmake
/usr/share/apps/cmake/modules/FindQt4.cmake
Right...
I got thoose file, then should we rebuild qt package?
BTW. I try to build kdelibs4.4.85 package too but I got thoose error's:
-- Found QCA2: /usr/lib/libqca.so
CMake Error at cmake/modules/FindPackageHandleStandardArgs.cmake:139 (MESSAGE):
Could not find dbusmenu-qt; available at
http://people.canonical.com/~agateau/dbusmenu/ (missing:
DBUSMENUQT_LIBRARIES DBUSMENUQT_INCLUDE_DIR)
Call Stack (most recent call first):
cmake/modules/FindDBusMenuQt.cmake:34 (find_package_handle_standard_args)
CMakeLists.txt:111 (find_package)
-- Configuring incomplete, errors occurred!
And building failed...
I need to build dbusmenu-qt package or request it
UpdateCurrent status fo building .spec file for libdbusmenu-qt

%define name libdbusmenu-qt
%define version 0.3.5
%define release %mkrel 1
Summary: This library provides a Qt implementation of the DBusMenu spec.
Name: %name
Version: %version
Release: %release
License: LGPL
Group: Programming/X11
Source:http://launchpad.net/libdbusmenu-qt/trunk/%{version}/%{name}-%{version}.tar.bz2
BuildRoot: %_tmppath/%name-%version-buildroot
Requires: qt
URL: https://launchpad.net/libdbusmenu-qt
%description
This library provides a Qt implementation of the DBusMenu spec.
%prep
%setup -q
%build
mkdir build
%$cd $PWD/build
%cmake -DCMAKE_INSTALL_PREFIX=../install ..
%make
%install
%make install prefix=/usr/lib
For now without changelog...
I got bad exit status when trying to build it

Can someone tell me what's wrong with it?