find_package(QHotkey CONFIG REQUIRED) succeeds but then when qhotkey is added to the list of libraries it just adds -lqhotkey unrelated to the above find_package. Is this how it works, or something else should be added to other libraries as a dependency on QHotkey?
find_package(QHotkey CONFIG REQUIRED)succeeds but then when qhotkey is added to the list of libraries it just adds -lqhotkey unrelated to the abovefind_package. Is this how it works, or something else should be added to other libraries as a dependency on QHotkey?