diff options
-rw-r--r-- | gpg4usb.pro | 2 | ||||
-rw-r--r-- | qmake-mac.sh | 4 |
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 |