shared-libraries/Qt-Secret/Qt-Secret.pri

25 lines
594 B
Plaintext
Raw Normal View History

2020-04-01 13:00:37 +02:00
#
# Copyright (C) 2018-2019 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.
#
!isEmpty(Qt_SECRET_LIB):error("Qt-Secret.pri already included")
Qt_SECRET_LIB = 1
DEFINES += Qt_SECRET_LIBRARY
DEFINES += QT_DEPRECATED_WARNINGS
2020-04-01 13:00:37 +02:00
HEADERS += \
$$PWD/qtsecret_global.h \
$$PWD/Qt-RSA/qrsaencryption.h
2020-04-01 13:00:37 +02:00
SOURCES += \
$$PWD/Qt-RSA/qrsaencryption.cpp
2020-04-01 13:00:37 +02:00
INCLUDEPATH += $$PWD $$PWD/Qt-RSA
2020-04-01 13:00:37 +02:00
include($$PWD/GMP/GMP.pri)