c24fb83460
pressing
17 lines
322 B
INI
17 lines
322 B
INI
TEMPLATE = lib
|
|
win32: CONFIG += dll
|
|
|
|
TARGET = QHotkey
|
|
VERSION = 1.5.0
|
|
|
|
include(../qhotkey.pri)
|
|
|
|
DEFINES += QHOTKEY_SHARED QHOTKEY_LIBRARY
|
|
|
|
# use INSTALL_ROOT to modify the install location
|
|
headers.files = $$PUBLIC_HEADERS
|
|
headers.path = $$[QT_INSTALL_HEADERS]
|
|
target.path = $$[QT_INSTALL_LIBS]
|
|
INSTALLS += target headers
|
|
|