mxe/src/qca-test.pro

12 lines
266 B
Prolog
Raw Normal View History

2017-03-24 20:42:26 +00:00
# This file is part of MXE. See LICENSE.md for licensing information.
TEMPLATE = app
2017-03-27 22:56:52 +01:00
TARGET = test-qca-qmake
2017-03-24 20:42:26 +00:00
SOURCES += qca-test.cpp
CONFIG += crypto console
QMAKE_CXXFLAGS += -Wall -Werror
# For static linking:
2017-03-27 22:56:52 +01:00
LIBS += -L$$[QT_INSTALL_PLUGINS]/crypto -lqca-ossl
2017-03-24 20:42:26 +00:00