summaryrefslogtreecommitdiffstats
path: root/tests/tst_crypto/tst_crypto.pro
blob: c3e7724b201aaf20d2467ef9e2959fb1f04736aa (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app
CONFIG += qmfclient
TARGET = tst_crypto

SOURCES += tst_crypto.cpp

LIBS += $$system(gpgme-config --libs)

include(../tests.pri)