I am trying to build Qt on a 64-bit version of Windows 7 (but a 32-bit build of Qt) using the VS 2012 C ++ compiler, following the steps here . (I also update the latest Wiki when I go.)
Unfortunately, I cannot overcome the missing .rcc\debug_shared\qrc_mimetypes.cpp , which appears after some time when nmake is nmake .
(Note: int-repository and configure seem pretty smooth (but see the cited comments below), and nmake continues to successfully create the files before the "missing qrc_mimetypes.cpp" error appears.)
I am trying to start from scratch twice. A few more details about what I did are copied from my comment under the aforementioned Community Wiki:
I can not get past the missing .rcc \ debug_shared \ qrc_mimetype.cpp. After receiving the same error last night, today I started from scratch deleting my entire Qt folder and reloading Qt, followed by the init-repository, and when it is complete (giving a few "denied permissions"). I launched the opening of the Git project in SmartGit, noticed some empty submodules and made SmartGit (including submodules), which reports on the success and population of all submodules. Unfortunately, nmake failed in exactly one place - qrc_mimetypes.cpp is missing. Any suggestions?
Any suggestions would be highly appreciated. I also posted a comment with this question on the corresponding Qt forum.
c ++ qt qt5 visual-studio-2012
Dan Nissenbaum Apr 10 '13 at 17:43
source share