TEMPLATE = app TARGET = pgptest CONFIG += qt thread OS = unknown os2:OS = os2 win32:OS = win unix:OS = nix mac:OS = mac debug: { MOC_DIR = .debug/.$$OS/.moc OBJECTS_DIR = .debug/.$$OS/.obj UI_DIR = .debug/.$$OS/.ui } else { MOC_DIR = .$$OS/.moc OBJECTS_DIR = .$$OS/.obj UI_DIR = .$$OS/.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