diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2018-01-16 16:41:25 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-01-16 16:41:25 +0100 |
commit | 9dccf2496e8e033e4f6b0c1a072598731380f7fd (patch) | |
tree | bc5bcaf2b06a16f9a9996af54359d24cf27833aa /libnitrokey.pro | |
parent | b7928cfc646e37e1ae845b5dc654b31bb54ed195 (diff) | |
download | libnitrokey-9dccf2496e8e033e4f6b0c1a072598731380f7fd.tar.gz libnitrokey-9dccf2496e8e033e4f6b0c1a072598731380f7fd.tar.bz2 |
Add additional information to Qt project file
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'libnitrokey.pro')
-rw-r--r-- | libnitrokey.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libnitrokey.pro b/libnitrokey.pro index 1165465..8d223f5 100644 --- a/libnitrokey.pro +++ b/libnitrokey.pro @@ -7,6 +7,10 @@ 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 \ |