]> Creatis software - cpPlugins.git/blobdiff - third_party_installers/cpPlugins_Install_QT4.sh
...
[cpPlugins.git] / third_party_installers / cpPlugins_Install_QT4.sh
index 7f761cffb2cf2002ad077d2d4cbe3ac09f64367d..a80a12d3c0932ce6a083939cdbf0f41dacf6d7cd 100755 (executable)
@@ -2,8 +2,12 @@
 
 ## Some configuration variables
 number_of_processes="-j4"
-comp_type=-debug-and-release
-# particular_options=-no-framework
+comp_type=-debug
+platform=`uname`
+particular_options=""
+if [ "$platform" == "Darwin" ]; then
+    particular_options=-no-framework
+fi
 
 ## Check input parameters and process inputs (if needed)
 if [ "$#" -eq 1 ]; then