summaryrefslogtreecommitdiffstats
path: root/src/qca-test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/qca-test.pro')
-rw-r--r--src/qca-test.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/qca-test.pro b/src/qca-test.pro
new file mode 100644
index 0000000..f11c34a
--- /dev/null
+++ b/src/qca-test.pro
@@ -0,0 +1,11 @@
+# This file is part of MXE. See LICENSE.md for licensing information.
+
+TEMPLATE = app
+TARGET = test-qca-qmake
+SOURCES += qca-test.cpp
+CONFIG += crypto console
+QMAKE_CXXFLAGS += -Wall -Werror
+
+# For static linking:
+LIBS += -L$$[QT_INSTALL_PLUGINS]/crypto -lqca-ossl
+