File: Project%20MacOS.sh

package info (click to toggle)
sofa-framework 1.0~beta4-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 88,820 kB
  • ctags: 27,300
  • sloc: cpp: 151,126; ansic: 2,387; xml: 581; sh: 417; makefile: 68
file content (8 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#! /bin/sh

# generate a XCODE Project
qmake -recursive -spec macx-xcode Sofa.pro

# Generate a Makefile
#qmake -recursive -spec macx-g++ Makefile Sofa.pro
qmake -spec macx-g++