diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-10 13:13:44 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-10 13:13:44 +0000 |
commit | 3b43048ef178f5c74b5fb9aba5d5ee5fc4f1e419 (patch) | |
tree | 3d3c3563a045842ae481cb045b0a4928f7c56adb /test/test.pro | |
parent | add some unit test code (diff) | |
download | gpg4usb-3b43048ef178f5c74b5fb9aba5d5ee5fc4f1e419.tar.gz gpg4usb-3b43048ef178f5c74b5fb9aba5d5ee5fc4f1e419.zip |
add some unit test code
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@689 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'test/test.pro')
-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 \ + |