diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-11-07 18:15:10 +1100 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-11-07 18:15:10 +1100 |
commit | 726f8930eb671beb040d43e106845ffc3c8886bb (patch) | |
tree | a44f00d0cebcd99dbb966aff001b8eceba8a0f5b /cocoa | |
parent | 2846e66bca66bb6f5fa5afdb53b92643f2e70e66 (diff) | |
download | scintilla-mirror-726f8930eb671beb040d43e106845ffc3c8886bb.tar.gz |
Feature [feature-requests:#1544]. Qt build system fixes for PySide separate from shiboken.
From Mark Yen.
Diffstat (limited to 'cocoa')
-rwxr-xr-x | cocoa/checkbuildosx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/checkbuildosx.sh b/cocoa/checkbuildosx.sh index 3ad1207f7..0b4cecbbf 100755 --- a/cocoa/checkbuildosx.sh +++ b/cocoa/checkbuildosx.sh @@ -37,14 +37,14 @@ echo Building Qt and PySide cd scintilla/qt cd ScintillaEditBase -qmake +qmake -spec macx-xcode xcodebuild clean xcodebuild cd .. cd ScintillaEdit python WidgetGen.py -qmake +qmake -spec macx-xcode xcodebuild clean xcodebuild cd .. |