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. Qt 6.2.0 - not working with qmake
Forum Update on Monday, May 27th 2025

Qt 6.2.0 - not working with qmake

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 2 Posters 240 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.
  • Q Offline
    Q Offline
    Quorn Julio
    wrote on last edited by
    #1

    hello,

    i try to configure Qt 6.2.0 with following command:

    ./configure -qmake -prefix /usr/local/opt/Qt-6.2.0
    + mkdir -p qtbase
    + cd qtbase
    + exec /Users/thisIsSecret/Downloads/Sources/Qt/Source/qt-everywhere-src-6.2.0/qtbase/configure -top-level -qmake -prefix /usr/local/opt/Qt-6.2.0
    /Users/thisIsSecret/Downloads/Sources/Qt/Source/qt-everywhere-src-6.2.0/qtbase/configure: line 267: cmake: command not found
    

    why cmake and why is -qmake ignored?

    MacOS 12.1 - Qt 6.2.2

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      The build system for Qt 6 is cmake. You can still use qmake for your projects though.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

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