diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.pro | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/test.pro b/test/test.pro new file mode 100644 index 0000000..ff2aef3 --- /dev/null +++ b/test/test.pro @@ -0,0 +1,21 @@ +###################################################################### +# Automatically generated by qmake (2.01a) Sa. Dez 10 12:52:21 2011 +###################################################################### + +CONFIG += qtestlib +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . +#DESTDIR = ../release + +# Input +SOURCES += testgpgcontext.cpp \ + ../gpgcontext.cpp \ + ../gpgconstants.cpp +HEADERS += ../gpgcontext.h \ + ../gpgconstants.h + +LIBS += -lgpgme \ + -lgpg-error \ + |