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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to