Open GoogleCodeExporter opened 8 years ago
[deleted comment]
I have managed to compile everything using xcode with one exception:
#include "ui_aamTrainer.h"
throws errors due to this file not being in the sources. Please can you send
this to me or upload it. I will contribute a full mac version to the project
entirely debugged and compiling without cmake :)
All I need is that file.
Thanks
Original comment by underdog...@gmail.com
on 23 Dec 2010 at 9:14
PS. in answer to this issue, all you need to do is change any Qt header
includes like:
#include <QApplication>
change to:
#include <QtGui/QApplication>
and all errors will go in xcode;
Original comment by underdog...@gmail.com
on 23 Dec 2010 at 9:16
Can someone please share the XCode project?
I have a lot of challenges getting this one build...
Original comment by pbugai...@gmail.com
on 8 Jun 2011 at 5:00
Original issue reported on code.google.com by
andreas....@googlemail.com
on 15 Feb 2010 at 9:27