aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-05-01 16:07:33 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-05-01 16:07:33 +0000
commit94d5dae68a770803d6d2a66e3acbc51b2f069756 (patch)
tree769ba037d846e460ef60f8a99bb6b7cf77c4f303
parentBranch for 0.4 beta-release (diff)
downloadgpg4usb-94d5dae68a770803d6d2a66e3acbc51b2f069756.tar.gz
gpg4usb-94d5dae68a770803d6d2a66e3acbc51b2f069756.zip
added qmake-mac.sh and changed start_mac.app to gpg4usb.app
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.4-beta@1091 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--gpg4usb.pro2
-rw-r--r--qmake-mac.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro
index 7c75718..300d112 100644
--- a/gpg4usb.pro
+++ b/gpg4usb.pro
@@ -5,7 +5,7 @@ TEMPLATE = app
# unix:TARGET = start_linux
# win32:TARGET = start_windows
-mac:TARGET = start_mac
+#mac:TARGET = start_mac
DESTDIR = release
DEPENDPATH += .
INCLUDEPATH += .
diff --git a/qmake-mac.sh b/qmake-mac.sh
new file mode 100644
index 0000000..0b6c8f3
--- /dev/null
+++ b/qmake-mac.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+export PATH=/Users/gpg4usb/qt-everywhere-opensource-src-4.8.1/bin/:$PATH
+qmake
+make