Hi Stephen, most likely all your issues stem from Qt Creator not liking your Qt verison anymore. I made it a bit more strict and maybe I made it too strict/buggy for your instance:-)
What we do now (in addition to checking the qmake output) is to look at the QtCore library binary to find the cpu type, word width etc. I think this is what is failing for your Qt version, rendering it invalid. So I would appreciate information on all the factors that could break the detection of binary type from QtCore: Could you please tell me what "qmake -query" outputs and how you build your Qt? Is it a dynamic or a static library? Does it use libinfix? Which platform(s) did you build it for? Could you send me the first 1k of the QtCore library? Could you provide me with the path from your qmake to the QtCore binary? Best Regards, Tobias Tobias Hunger 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.qt.nokia.com/mailman/listinfo/qt-creator
