aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-11-07 18:15:10 +1100
committernyamatongwe <nyamatongwe@gmail.com>2013-11-07 18:15:10 +1100
commit726f8930eb671beb040d43e106845ffc3c8886bb (patch)
treea44f00d0cebcd99dbb966aff001b8eceba8a0f5b /cocoa
parent2846e66bca66bb6f5fa5afdb53b92643f2e70e66 (diff)
downloadscintilla-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-xcocoa/checkbuildosx.sh4
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 ..