Qt 5.3 Beta in MSVC 2013
-
Hi everyone,
I have done programs with Qt 5.0 in MSVC 2012 and they worked fine.
Now I am trying to do with MSVC 2013 (because the advantages offered by msvc 2013 in c++), with Qt 5.3 Beta and Qt Addin 1.2.3 Alpha. I had some problems with the dll files of Qt and finally it turned out that the building of Qt 5.3 beta with msvc 2013 was not very stable. Some dll files were built wrongly which impeded the functioning of my app. I had to rebuild the Qt to make it work.
Does anyone have the same problem?