mirror of
https://github.com/QuasarApp/Qt-Secret.git
synced 2025-05-13 07:29:36 +00:00
22 lines
485 B
Prolog
22 lines
485 B
Prolog
#
|
|
# 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.
|
|
#
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += \
|
|
src \
|
|
tests \
|
|
qaesencryption
|
|
|
|
include($$PWD/test.pri)
|
|
|
|
src.file = src/Qt-Secret.pro
|
|
tests.file = tests/Qt-SecretTest.pro
|
|
qaesencryption.file = src/Qt-AES/qaesencryption.pro
|
|
|