Handling resource files with CMake in QtCreator
Unsolved
Qt Creator and other tools
-
Hi,
according to the documentary you can create a rcc from qrc files using
qt5_add_binary_resources(target "my.qrc" DESTINATION "my.rcc")
instead of adding it toadd_executable
.The problem is that now QtCreator doesn't list the qrc-file and it's content in the explorer anymore.
Is there a way to get it back into the explorer?
-
Sounds like a bug. Check/ report it on https://bugreports.qt.io
-
Hi,
By the way, which version of Qt Creator is that ?
On what OS ?