summaryrefslogtreecommitdiffstats
path: root/src/qca-test.pro
blob: 0d4fb256874cfd0b631d7bcfd155c2f04c24bd50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file is part of MXE. See LICENSE.md for licensing information.

TEMPLATE = app
greaterThan(QT_MAJOR_VERSION, 4): TARGET = test-qca5
else: TARGET = test-qca
SOURCES += qca-test.cpp
CONFIG += crypto console
QMAKE_CXXFLAGS += -Wall -Werror

# For static linking:
# QTPLUGIN += qca-gnupg qca-logger qca-ossl qca-softstore qca-qt5
# LIBS += -L$$[QT_INSTALL_PLUGINS]/crypto