Can't compile qt4-plugin
| Newsgroups | gmane.network.licq.general |
|---|---|
| Message-ID | <dab30136-c1b1-4c6f-92e2-3b21490f8aab@k38g2000yqh.googlegroups.com> |
hello,
i have problems compiling the qt4-plugin.
I have made in plugin folder:
> mkdir build
> cd build
After that, i entered the command:
cmake -DCMAKE_INSTALL_PREFIX=/opt/licq -DWITH_KDE=ON ..
An then i get this output:
CMake Error at config/CMakeLists.txt:13 (qt4_wrap_cpp):
Unknown CMake command "qt4_wrap_cpp".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such
as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may
be lower
if you wish to support older CMake versions for this project. For
more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
thanks in advance