1 2 3 4 5 6
LIBS += $$system(gpgme-config --libs) INCLUDEPATH += $$PWD/common/ HEADERS += $$PWD/common/qgpgme.h SOURCES += $$PWD/common/qgpgme.cpp