Skycoder42 / QHotkey

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

add target to build as normal library #8

Closed sandsmark closed 6 years ago

Skycoder42 commented 6 years ago

I added some additional code, include library exports. To include as library, you must add

DEFINES += QHOTKEY_LIB

to the including pro file.