Open asdf23 opened 1 year ago
Btw, this error was found on the X instance that showed the icons correctly (not the image with the "8" icon)
Changing CMakeLists.txt to
...snip...
# qt_standard_project_setup()
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)
qt_add_executable(writeboard
main.cpp
)
qt_add_qml_module(writeboard
URI Writeboard
VERSION 1.0
QML_FILES Main.qml
RESOURCES "fonts/icons.woff2"
)
...snip...
seems to fix this error
When I run the program I see an error:
I searched cyberspace and found this tip:
I'm not familiar with QT, so sorry I'm not much help