Automoc4-0.9.88

Introduction to Automoc4

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.6 systemd platform.

Package Information

Automoc4 Dependencies

Required

CMake-3.0.1 and Qt-4.8.6

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/automoc4

Installation of 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

Command Explanations

-Wno-dev: Suppress warnings that are meant for the author of the CMakeLists.txt files.

Contents

Installed Programs: automoc4
Installed Libraries: none
Installed Directories: none

Short Descriptions

automoc4

is a utility generating Qt moc files.

Last updated on 2014-08-24 11:34:04 -0700