[Qt-creator] DEFINES from .pro file is not highlighting
Daniel Molkentin
daniel.molkentin at nokia.com
Thu Oct 15 13:25:47 CEST 2009
ext Alex Williams schrieb:
>> QtCreator does not handle defines from .pro files. This has come up a
>> number of times on this list, and the developers of QtC has said that
>> they are working on it, but I have not seen solutions yet.
>
> Thank you for reply, Eirik!
>
> I think there are one more problem with Qt Creator... When I use
> Build->"Clean All" - it cleans all object files, but Makefile and
> others is still present. As result, when I moving project directory to
> other OS, all these files is preventing from successfull build... How
> about adding "Clear Everything" (including "user" file...) option? To
> make project directory absolutely clean and ready to compile on other
> OS?..
This is achieved by running "make distclean", but this still will not
clean out backup files and garbage caused by software other than
creator. Seriously, if you want to move stuff beyond your own machine
and make distclean isn't enough, go and setup a Revision Control System
like Subversion or Git. As a plus, you will also have your code
safeguarded (and yes, I know we have to improve on SCM integration
department).
Cheers,
Daniel
--
Daniel Molkentin, Software Engineer,
Nokia, Qt Development Frameworks
Rudower Chaussee 13, DE-12489 Berlin
website: http://qt.nokia.com
More information about the Qt-creator-old
mailing list