blob: ff2aef3dfd2edb0975121bb0934ab96f2b310f18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 \
|