[Interest] Shadow build / Xcode project

Nuno Santos nunosantos at imaginando.pt
Sun Jan 4 13:24:12 CET 2015


Hi,

I have performed on the command line “qmake myproject.pro” to generate the Xcode project file.

It happens that all the files generated on this process as well as the moc_* generated files polute my source directory. 

To avoid this I have tried to create a xcode dir and ran “qmake ../myproject.pro”, however, this way, the project doesn’t compile on xcode, complaining about 

clang: error: no such file or directory: '/Users/nsantos/workspace/myproject/myproject_qml_plugin_import.cpp'
clang: error: no input files

It seems it is not ready for this dir architecture.

Is there any ways of making a cleaner source directory without making the xcode project polluting it with Makefiles and moc_* files, etc?

Thanks in advance,

Regards,

Nuno Santos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150104/d3be99c0/attachment.html>


More information about the Interest mailing list