TABLE OF CONTENTS
qt4-qconf.cygclass
[ Top ] [ Cygclasses ] [ Cygclasses ]
SYNOPSIS
inherit qt4-qconf
DESCRIPTION
This cygclass builds Qt4-based packages which use the QConf configuration system together with qmake project files.
INHERITS
qt4.cygclass, qt4-qmake.cygclass
cygqconf4
[ Top ] [ qt4-qconf.cygclass ] [ Compile Functions ]
SYNOPSIS
cygqconf4
DESCRIPTION
Generates a QConf configure script based on the .qc file in the same directory.
qt4_qconf_compile
[ Top ] [ qt4-qconf.cygclass ] [ Compile Functions ]
SYNOPSIS
cd $B qt4_qconf_compile [OPTIONS]
DESCRIPTION
Runs the configure script, passing any options received, then calls cygmake to compile the package.
src_compile (qt4-qconf)
[ Top ] [ qt4-qconf.cygclass ] [ Overloads ]
DEFINITION
src_compile() { lndirs cd ${B} cygqconf4 qt4_qconf_compile }