source: psi/trunk/src/tools/pgptest.pro@ 9

Last change on this file since 9 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 399 bytes
Line 
1TEMPLATE = app
2TARGET = pgptest
3CONFIG += qt thread
4
5MOC_DIR = .moc
6OBJECTS_DIR = .obj
7UI_DIR = .ui
8
9DEFINES += GPG_DEBUG HAVE_DNOTIFY
10
11CONFIG += dirwatch
12DIRWATCH_CPP = dirwatch
13include($$DIRWATCH_CPP/dirwatch.pri)
14
15CONFIG += openpgp
16OPENPGP_CPP = openpgp
17include($$OPENPGP_CPP/openpgp.pri)
18
19INCLUDEPATH += dirwatch openpgp
20
21HEADERS += \
22 pgptest.h
23
24SOURCES += \
25 pgptest.cpp
26
Note: See TracBrowser for help on using the repository browser.