Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved qmake to generate visual studio solution

    General and Desktop
    2
    3
    2718
    Loading More Posts
    • 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.
    • O
      OlegK last edited by

      Hi all,
      I am going to generate visual studio solution for simple project, this is qt_button.pro file:

      TEMPLATE = vcapp
      TARGET = qt_button
      LANGUAGE = C++
      
      QT += widgets
      CONFIG += stl warn_on c++11 precompile_header
      
      PRECOMPILED_HEADER = src/pch.h
      
      RESOURCES += img.qrc
      SOURCES += src/main.cpp
      

      That is how I do it from command line:

      qmake -tp vc qt_button.pro
      

      It works without errors.

      But When I open qt_button.vcxproj file visual studio gives me error:

      0_1523878666889_178.150.81.2423389 - Подключение к удаленному рабочему столу.jpg

      Could you tell me please what am I doing wrong and where is my mistake. Thanks a lot.

      My environment:
      Visual Studio 2017
      Qt 5.10.1
      QMake version 3.1

      1 Reply Last reply Reply Quote 0
      • O
        OlegK last edited by

        Path to qmake.exe was set incorrectly.

        1 Reply Last reply Reply Quote 2
        • aha_1980
          aha_1980 Lifetime Qt Champion last edited by

          @OlegK Then please mark this topic as SOLVED (button Topic Tools). Thanks.

          Qt has to stay free or it will die.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post