summaryrefslogtreecommitdiffstats
path: root/tests/tst_crypto/tst_crypto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst_crypto/tst_crypto.pro')
-rw-r--r--tests/tst_crypto/tst_crypto.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/tst_crypto/tst_crypto.pro b/tests/tst_crypto/tst_crypto.pro
new file mode 100644
index 00000000..c3e7724b
--- /dev/null
+++ b/tests/tst_crypto/tst_crypto.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+CONFIG += qmfclient
+TARGET = tst_crypto
+
+SOURCES += tst_crypto.cpp
+
+LIBS += $$system(gpgme-config --libs)
+
+include(../tests.pri)