Automoc4-0.9.88

Introduction to Automoc4

Automoc4 is a tool to add rules for generating Qt4 moc files automatically to projects that use CMake as the buildsystem.

This package is known to build and work properly using an LFS-6.7 platform.

Package Information

Automoc4 Dependencies

Required

cmake-2.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

Prepare the package for compilation:

cmake -DCMAKE_INSTALL_PREFIX=$QT4DIR \
      .. &&
make

Now, as the root user:

make install

Contents

Installed Program: automoc4
Installed Library: none
Installed Directory: none

Short Descriptions

automoc4

is a utility generating Qt4 moc files.

Last updated on 2011-03-19 18:19:07 +0000