[Interest] How to use Qt6::qmake ?

Nicholas Yue yue.nicholas at gmail.com
Mon Jan 18 06:02:16 CET 2021


Hi,

  I would like to use qmake within a CMake build with the following

find_package(Qt6 COMPONENTS CoreTools UiTools LinguistTools Widgets OpenGL
OpenGLWidgets REQUIRED CONFIG)

execute_process(Qt6::qmake
  OUTPUT_VARIABLE
  qmake_stdout
  )

  How ever, the following reports that Qt6::qmake is not found

  execute_process given unknown argument "Qt6::qmake".

Cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20210117/36b5cf3d/attachment.html>


More information about the Interest mailing list