Automoc4 is a tool to add rules for generating Qt moc files automatically to projects that use CMake as the buildsystem.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://download.kde.org/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2
Download MD5 sum: 91bf517cb940109180ecd07bc90c69ec
Download size: 0.9 MB
Estimated disk space required: 488 KB
Estimated build time: 0.1 SBU
CMake-3.4.3 and Qt-4.8.7
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/automoc4
Install automoc4 by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX -Wno-dev .. && make
Now, as the root
user:
make install
-Wno-dev
: Suppress warnings that are
meant for the author of the CMakeLists.txt files.
Last updated on 2016-03-02 13:42:47 -0800