Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Could not find qmake configuration file win32-msvc
Forum Updated to NodeBB v4.3 + New Features

Could not find qmake configuration file win32-msvc

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 1.9k Views
  • 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.
  • E Offline
    E Offline
    easythrees
    wrote on 26 Jun 2018, 20:14 last edited by
    #1

    I have one of the sample programs for a QWidget, the Analog Clock one. When I try to build it, I get an error:

    Could not find qmake configuration file win32-msvc
    Error processing project file: C:\work\Qt_Sample\analogclock.pro

    I launched the VS 2015 Developer Console, and ran the qmake.exe tool like so:

    qmake.exe spec win32-msvc -tp vc

    Any ideas what's going on here?

    J 1 Reply Last reply 27 Jun 2018, 05:37
    0
    • E easythrees
      26 Jun 2018, 20:14

      I have one of the sample programs for a QWidget, the Analog Clock one. When I try to build it, I get an error:

      Could not find qmake configuration file win32-msvc
      Error processing project file: C:\work\Qt_Sample\analogclock.pro

      I launched the VS 2015 Developer Console, and ran the qmake.exe tool like so:

      qmake.exe spec win32-msvc -tp vc

      Any ideas what's going on here?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 27 Jun 2018, 05:37 last edited by
      #2

      @easythrees Shouldn't it be

      qmake.exe -spec win32-msvc -tp vc
      

      ?
      So, a dash before spec.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      1/2

      26 Jun 2018, 20:14

      • Login

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