On Thursday 10 January 2013 21:18:42 M Donalies wrote:
It's not so interesting that it compiles on the
machine I've been doing the
development on, but it is interesting that I tested it on 2 other machines
that don't have all the development tools on them. Either my qmake or my
make must be more forgiving.
Probably it is your compiler. Another change that was needed here is adding
this line to Sqorlatti.pro:
QMAKE_CXXFLAGS += -fpermissive
Regards,
Pedro