TEMPLATE = app TARGET = pgptest CONFIG += qt thread MOC_DIR = .moc OBJECTS_DIR = .obj UI_DIR = .ui DEFINES += GPG_DEBUG HAVE_DNOTIFY CONFIG += dirwatch DIRWATCH_CPP = dirwatch include($$DIRWATCH_CPP/dirwatch.pri) CONFIG += openpgp OPENPGP_CPP = openpgp include($$OPENPGP_CPP/openpgp.pri) INCLUDEPATH += dirwatch openpgp HEADERS += \ pgptest.h SOURCES += \ pgptest.cpp