On Jun 28, 2010, at 6:08 AM, ext Jefferson Bandeira wrote: > I Think I'll try and strip off QtCreator of the whole project management > things, and change it in a compact editor, it'll be kinda hard however, well, > I'll keep you noticed if I manage to pull out something =) > > Thanks for the answer guys, and, if anyone else would be interested in > something like this, warn me.
The strongest reason for Qt Creator even having the project management things, is that they are needed for the great features you are talking about. You can't just open a single file in Qt Creator and suppose that it has working code completion, semantic highlighting and refactoring features. It needs to know about all include paths, defines, the compiler used, etc, etc. ++ Eike > 2010/6/26 Coda Highland <[email protected]> > > I Know i could "always" carry a full install of Creator on my pen-drive, but > > that usually don't work, 'cause the PC needs to have Qt installed :/ > > That's not true at all. The binary builds of Creator work with a local > set of libraries instead of the system libraries (and in fact Creator > can't be built against the current public release of Qt!). > > If you install it on the pen drive, it'll work as long as the pen > drive has the same drive letter, and you can use the DOS "subst" > command to map a virtual drive letter. So for example, if on your home > computer the pen drive appears as E:, try issuing the command "subst > e: q:" and then install Qt on the new Q: drive. Then when you put the > pen drive on another computer and want to use it, use subst to map the > drive letter on THAT computer to Q: and Creator will work. > > /s/ Adam > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > > > > -- > Jefferson Bandeira > > <ATT00001..txt> -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
