В Thu, 23 Sep 2010 12:41:52 +0100
Danny Price <[email protected]> пишет:

DP> You can do that but it means using qmake which is rather unforgiving and
DP> cludgy. It's nice to have confidence in your tools. Plus it mean every
DP> student would need the Qt sdk. You'd much rather spend your time
DP> productively than trying to figure what qmake is not linking your libraries
DP> because you got the order of the variables wrong.
DP> 
DP> Again, I would really recommend CMake. A project is just a single text file
DP> which you can process with a GUI tool to generate the make files for your
DP> platform.
DP> 

Qt Creator can import CMake-based project and work with them. As I know, it 
can't create currently
it by itself.

DP> On Thu, Sep 23, 2010 at 12:35 PM, Max Waterman <
DP> 
[email protected]<davidmaxwaterman%[email protected]>
DP> > wrote:
DP> 
DP> > Wow. So much trouble/hassle :(
DP> >
DP> > I think I'd rather recommend just making a Qt Console application and
DP> > editing the project file to remove 'core' from $$QT.
DP> >
DP> > The lecturer can then just this project to quickly 'type, compile, run'
DP> > stuff, with the console output at the bottom of the page.
DP> >
DP> > Perhaps bigger generic projects would benefit from following the
DP> > instructions below, but it's too much effort compared to his current
DP> > tool for me to be able to recommend it.
DP> >
DP> > Thanks though,
DP> >
DP> > Max.
DP> >
DP> > On Thu, 23 Sep 2010 21:49 +1100, "Alexander 'hatred' Drozdoff"
DP> > <[email protected]> wrote:
DP> > > В Thu, 23 Sep 2010 13:25:41 +0300
DP> > > "Max Waterman"
DP> > > 
<[email protected]<davidmaxwaterman%[email protected]>>
DP> > пишет:
DP> > >
DP> > > MW> I'm trying to get my university C++ course tutor to use QtCreator in
DP> > > his
DP> > > MW> lectures rather than something which actually looks pretty aweful.
DP> > > MW>
DP> > > MW> However, because he's not teaching Qt, he needs it to support plain
DP> > > MW> boring C++.
DP> > > MW>
DP> > > MW> What's the easiest way to do this? It's not entirely obvious from 
the
DP> > > MW> project options.
DP> > >
DP> > > Create Makefile-based project and use Generic project
DP> > > http://doc.qt.nokia.com/qtcreator-snapshot/creator-project-generic.html
DP> > >
DP> > >
DP> > > --
DP> > > WBR
DP> > > Alexander Drozdov
DP> > > FIDO: 2:5045/41.84
DP> > > Site: http://hatred.homelinux.net
DP> > > Site: http://archlinux.org.ru
DP> > >
DP> > > _______________________________________________
DP> > > Qt-creator mailing list
DP> > > [email protected]
DP> > > http://lists.trolltech.com/mailman/listinfo/qt-creator
DP> > >
DP> >
DP> > _______________________________________________
DP> > Qt-creator mailing list
DP> > [email protected]
DP> > http://lists.trolltech.com/mailman/listinfo/qt-creator
DP> >



-- 
WBR
Alexander Drozdov
FIDO: 2:5045/41.84
Site: http://hatred.homelinux.net
Site: http://archlinux.org.ru

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to