How do Qt app makefiles get created, when creating a new project?
Andreas Pakulat
apaku at gmx.de
Thu Nov 16 23:08:10 GMT 2006
On 16.11.06 12:48:57, craig harris wrote:
> Thanks Andreas,..I appreciate the help!. So when you say:
>
> " ...KDevelop never creates Makefiles, it uses the build-system
> for that. In case of Qt-Projects that is often qmake, so all KDevelop
> does is run "qmake" on the top-level project dir.",..
>
> I'm assuming that there is no way to tell the build system what params to
> pass to Qmake - i.e. the build system calls qmake with reasonable params,
> and I shouldn't have to worry about it. Correct? Or is there a way to tell
> the build system what params to pass to Qmake?
QMake doesn't have many options (check the output for qmake --help on a
shell). It reads all its information about how to build the Makefile's
from the .pro file. That file can be changed with the QMake manager
inside kdevelop.
Andreas
--
Tuesday is the Wednesday of the rest of your life.
More information about the KDevelop
mailing list