contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.31k stars 100 forks source link

Fix qt resources call in cmake #1469

Closed Yaraslaut closed 4 months ago

Yaraslaut commented 4 months ago

Fix call to add qt resources, see documentation for qt_add_resources https://doc.qt.io/qt-6/qt-add-resources.html

Refs https://github.com/contour-terminal/contour/issues/1466 i was getting same error

cqexbesd commented 4 months ago

I can confirm this is what fixes it for me.