A workround: You can change qtbase\mkspecs\qconfig.pri after configure is done. From:
> CONFIG+= debug shared rtti sse2 qpa To: > CONFIG+= debug *build_all* shared rtti sse2 qpa Then everything should build well. I am using this hack for a long time. After the build done, you can change to back, just remove 'build_all' because we don't realy wan't it. 2012/5/26 qtnext <[email protected]> > I have tryed windows version sdk : the install works but : > - plugins and import qml have only debug dll ... there is no release > version (all normal dll have release version) .. I have the same issue > building from git on windows. > -- Please don't ask where I come from, It's a shame! Best Regards Yuchen
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
