diff options
Diffstat (limited to 'test/test.pro')
-rw-r--r-- | test/test.pro | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/test.pro b/test/test.pro deleted file mode 100644 index ff2aef3d..00000000 --- a/test/test.pro +++ /dev/null @@ -1,21 +0,0 @@ -###################################################################### -# 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 \ - |