> On Dec 19, 2014, at 10:33 AM, Harri Pasanen <[email protected]> wrote: > > Is there some public ToDo of qt-creator somewhere?
Not really, except for the bug tracker (which also contains “tasks” and “suggestions”) > I've been looking at iOS support, and things I'd like to see: > > Support for arm64 in the generated .xcodeproj > > arm64/armv7 should be selectable at Qt Creator side, as during > development I don't want to build for both architectures. If I recall, > coming 2015 a fat binary with 64bit support is a requirement for App Store. Actually Qt 5.4 creates projects that automatically build armv7 binaries in debug, and fat armv7+arm64 binaries in release mode. > Support for modules, the generated .xcodeproj does not have "Enable > Modules (C and Objective-C)" enabled in Build Settings. That would be a request for Qt. Actually it looks like QMAKE_OBJECTIVE_CFLAGS is not passed on the the xcode project, but you can use QMAKE_CFLAGS += -fmodules in your .pro file to enable module support. Br, Eike > Some info.plist support would be nice to have, but as that is easily > scriptable, not so urgent. .xcodeproj directory on the otherhand seems > taunting, a slightest change in XCode causes the files there to changes > in major ways. > > Harri > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller, Senior Software Engineer - Digia, Qt Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
