I'm building multiple projects using Qt where I want to store resources in only 1 of them (common project), where resources files get integrated into .so file. From other projects, I know how to refer to those resources files via .so, but don't know if/how it's possible on Qt Designer.
I imported the folder in the common prj that contains .qrc file and also the sub folders that contain resource files, by New File or Project --> Qt --> Qt Resource File (.qrc file and other files are disabled on the selection dialog). Still nothing shown from "Choose Resource" dialog.