Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Can windows-x86-mingw492-5.5.1 version of Qt not generate Visual Studio project files?
Forum Updated to NodeBB v4.3 + New Features

Can windows-x86-mingw492-5.5.1 version of Qt not generate Visual Studio project files?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 783 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.
  • G Offline
    G Offline
    Gazette
    wrote on last edited by
    #1

    Hello
    I've started to use the qt-opensource-windows-x86-mingw492-5.5.1.exe for Qt development and so far so good but when I tried to generate a Visual Studio 2005 project file:

    $ set QMAKESPEC=win32-msvc2005
    Administrator@matrix  /c/Documents and Settings/Administrator/c++/qt-layout
    $ qmake.exe -tp vc
    WARNING: Unable to generate output for: C:/Documents and Settings/Administrator/c++/qt-layout/Makefile.Release [TEMPLATE vcapp]
    WARNING: Unable to generate output for: C:/Documents and Settings/Administrator/c++/qt-layout/Makefile.Debug [TEMPLATE vcapp]
    

    Should I download a different version of Qt or make some edits to generate Visual Studio project files? Thanks.

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Notice: qt-opensource-windows-x86-mingw492-5.5.1.exe
      This package is aimed at MinGW 4.9.2.

      For VS2005 you need Qt compiled with VS2005. There are no precompiled packages for this old version though, so you'll have to compile it yourself (if it even can compile Qt 5.5.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