[Qt-interest] Status of XCode Integration
Sensei
Sensei.wa at apple.me.com
Sun Mar 21 11:23:41 CET 2010
On 2010-03-17 00:32:01 +0100, Trygve Isaacson <trygve at gmail.com> said:
> 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.
That's right, but a nice integration would be nice, so that adding a
new Q_OBJECT class automatically MOCs them. Also, losing custom Xcode
project variables isn't nice every time you have to rebuild it...
--
Sensei <Sensei's e-mail is at Me-dot-com>
UNIX: The world's first computer virus.
(The UNIX Haters Handbook)
More information about the Qt-interest-old
mailing list