On 27 Jun., 22:19, "Erik Johansson" <[EMAIL PROTECTED]> wrote:
> Make sure qmake is in your path. Something like
> $ PATH=/Developer/Tools/Qt:$PATH cmake .

Thank you, that solved the problem. Never thought, it would be so
simple ;)

So now cmake is correctly running through and builds the Makefile, but
the make-process stops with the following error:
"$ make
[ 14%] Built target translations
[ 15%] Generating sortedcontactlistproxy.moc
Qt meta object compiler
moc: Invalid argument
Usage:  moc [options] <header-file>
        -o file    Write output to file rather than stdout
        -f[file]   Force #include, optional file name
        -p path    Path prefix for included file
        -i         Do not generate an #include statement
        -k         Do not stop on errors
        -nw        Do not display warnings
        -v         Display version of moc
make[2]: *** [src/contactlist/sortedcontactlistproxy.moc] Error 1
make[1]: *** [src/contactlist/CMakeFiles/contactlist.dir/all] Error 2
make: *** [all] Error 2"

Is that an incompatibility between the source and the Qt/Mac-Toolkit?

Reply via email to