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 | 4f227a1f818a78ffedd780a860b5538a107957df (patch) | |
tree | 0eef3ec5e406ab07c6b453078b60ebd09e4d1065 /cocoa/checkbuildosx.sh | |
parent | 67481cbf1751c33e04a7377eb3bd124d8af8d586 (diff) | |
download | scintilla-mirror-4f227a1f818a78ffedd780a860b5538a107957df.tar.gz |
Feature [feature-requests:#1544]. Qt build system fixes for PySide separate from shiboken.
From Mark Yen.
Diffstat (limited to 'cocoa/checkbuildosx.sh')
-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 .. |