Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Qt 6
  4. Qt 6.3

Qt 6.3

Scheduled Pinned Locked Moved Unsolved Qt 6
4 Posts 2 Posters 685 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.
  • S Offline
    S Offline
    satyanarayana143
    wrote on last edited by
    #1

    I installed Qt6.3 in windows mingw64 and created a project tried to build I am getting this error

    Qt requires a C++17 compiler what is the issue. How to solve this problem

    jsulmJ 1 Reply Last reply
    0
    • S satyanarayana143

      I installed Qt6.3 in windows mingw64 and created a project tried to build I am getting this error

      Qt requires a C++17 compiler what is the issue. How to solve this problem

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @satyanarayana143 How did you install MinGW? You should install it together with Qt with the Qt installer.

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

      1 Reply Last reply
      0
      • S Offline
        S Offline
        satyanarayana143
        wrote on last edited by
        #3

        I installed with with qt mingw version 11

        jsulmJ 1 Reply Last reply
        0
        • S satyanarayana143

          I installed with with qt mingw version 11

          jsulmJ Online
          jsulmJ Online
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @satyanarayana143 And you do not have any other MinGW or MSYS installations on your machine?
          Try to add

          CONFIG += c++17
          

          to your pro file if you use QMake, else add

          set(CMAKE_CXX_STANDARD 17)
          

          to your CMakeLists.txt file.

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

          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