diff --git a/hudson_mac_build_release.sh b/hudson_mac_build_release.sh index 30a8392..db6c25c 100755 --- a/hudson_mac_build_release.sh +++ b/hudson_mac_build_release.sh @@ -33,7 +33,7 @@ popd ################################################################################ echo "Starting on FlightGear" pushd fgBuild -cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -G Xcode ../flightgear +cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DENABLE_QT=1 -G Xcode ../flightgear xcodebuild -configuration RelWithDebInfo -target install build