diff options
Diffstat (limited to 'libnitrokey.pro')
-rw-r--r-- | libnitrokey.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libnitrokey.pro b/libnitrokey.pro index c12f6d6..8d223f5 100644 --- a/libnitrokey.pro +++ b/libnitrokey.pro @@ -6,6 +6,12 @@ CONFIG += c++14 shared debug TEMPLATE = lib TARGET = nitrokey +VERSION = 3.2 +QMAKE_TARGET_COMPANY = Nitrokey +QMAKE_TARGET_PRODUCT = libnitrokey +QMAKE_TARGET_DESCRIPTION = Communicate with Nitrokey stick devices in a clean and easy manner +QMAKE_TARGET_COPYRIGHT = Copyright (c) 2015-2018 Nitrokey UG + HEADERS = \ $$PWD/hidapi/hidapi/hidapi.h \ $$PWD/include/command.h \ |