[Qt-interest] Status of XCode Integration

Trygve Isaacson trygve at gmail.com
Wed Mar 17 00:32:01 CET 2010


On Tue, Mar 16, 2010 at 1:46 PM, Andreas Pakulat <apaku at gmx.de> wrote:
...
> I don't know about XCode (for either qmake or cmake) but the makefile
> generated by both tools automatically re-run them in the case of
> changing their inputfiles (i.e. .pro or cmakelists.txt). So its even
> automatic as long as you maintain the original cmake/qmake project file.
...

My experience with XCode is similar. You obviously need to run qmake
to regenerate the project if you add or remove files in .pro files,
and less obviously if you change an existing class so that it becomes
Q_OBJECT-enabled (starts needing moc). But if you are merely
adding/changing signals and slots on classes that already are declared
Q_OBJECT, then XCode will re-moc those classes automatically as needed
whenever you build.

Trygve Isaacson



More information about the Qt-interest-old mailing list