79438737

Date: 2025-02-14 08:27:05
Score: 1
Natty:
Report link

For those who got here in desperate search of answer...

qt_import_plugins(${PROJECT_NAME} EXCLUDE_BY_TYPE platforms)

this disables linking of the platform plugin in Qt6::Gui, therefore solving the error. Because most probably you link the module in order to work with colours or something like this. The qt_import_plugins can be even more refined. If you are interested, just google it.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kapitan