aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-09-16 20:47:02 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-09-16 20:47:02 +0000
commit0bb4494ba46d459cbc3becc530017da520d9c66a (patch)
treed79c6148e1e8f8fa9b260815f650240b5c31009b /main.cpp
parentbeautified keyservertab in settingsdialog (diff)
downloadgpg4usb-0bb4494ba46d459cbc3becc530017da520d9c66a.tar.gz
gpg4usb-0bb4494ba46d459cbc3becc530017da520d9c66a.zip
merge mac-build-branch with trunk
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@957 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 19f29cd..5afa441 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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");