You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/qca-test.pro

14 lines
376 B

# 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