diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-08-01 20:59:46 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-08-01 20:59:46 +0000 |
commit | 797de0bf290820e0f5512a8fb6ad794876aa470f (patch) | |
tree | 0edccbe43bf9212e99d1da84726dc5e4f2921b8e /main.cpp | |
parent | branch 0.3.2-mac (diff) | |
download | gpg4usb-797de0bf290820e0f5512a8fb6ad794876aa470f.tar.gz gpg4usb-797de0bf290820e0f5512a8fb6ad794876aa470f.zip |
start removing gpgme
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2-mac@920 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,8 +56,8 @@ int main(int argc, char *argv[]) putenv(QString("GNUPGHOME=" + appPath + "/keydb").toAscii().data()); // this may help with newer gpgme versions on windows - //putenv(QString("GPGME_GPGPATH=" + appPath.replace("/", "\\") + "\\bin\\gpg.exe").toAscii().data()); - + putenv(QString("GPGME_GPGPATH=" + appPath + "/gpg-mac").toAscii().data()); + qDebug() << appPath + "/gpg-mac"; // QSettings uses org-name for automatically setting path... app.setOrganizationName("conf"); |