Skycoder42 / QHotkey

A global shortcut/hotkey for Desktop Qt-Applications
BSD 3-Clause "New" or "Revised" License
548 stars 161 forks source link

Please provide an example of correct cmake usage for QHotkey #95

Open yurivict opened 7 months ago

yurivict commented 7 months ago

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?