Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Configuring MSVC 2012 on windows 64

Configuring MSVC 2012 on windows 64

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 3.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    perry_coxer
    wrote on last edited by
    #1

    I've downloaded Qt 5.1.1 MSVC 2012 OpenGL 64bit and managed to set up a kit for Desktop, MSVC 2012 compiler, using "Qt 5.1.1 MSVC 2012 OpenGL 64bit" Qt-profile and with no debugger. The compiler is not auto-detected, I've set it up myself:
    C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe - compiler path
    C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\nmake.exe - make path
    ABI: x86 windows msvc2012 pe 64bit
    C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include - include path
    Such settings doesn't emit errors (I mean kit doesn't have error red exclamation icon and it can be included into project build settings).
    But when I tried compiling basic C-project like Hello, wolrd, I got such errors:

    "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\nmake.exe" -f Makefile.Debug
    cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -I"." -I"..........\Qt\Qt5.1.1\5.1.1\msvc2012_64_opengl\mkspecs\win32-msvc2012" -Fodebug\ @C:\Users\Daniel\AppData\Local\Temp\nm5D65.tmp
    main.cpp
    ..\test\main.cpp(1) : fatal error C1083: ЌҐ г¤ Ґвбп ®вЄалвм д ©« ўЄ«о祭ЁҐ: iostream: No such file or directory
    NMAKE : fatal error U1077: "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.EXE"
    Stop.
    NMAKE : fatal error U1077: "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\nmake.exe"
    Stop.

    P.S. I'm from Russia so I've omitted some russian words in error output (they were not important)
    P.P.S. I work on Win8x64, use Qt Creator 2.8.1

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved