Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jmess
Commits
a3e93e05
Commit
a3e93e05
authored
Jul 19, 2007
by
jcaceres
Browse files
m.mac (first scratch) working
parent
294c2a9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
jmess/src/m.mac
0 → 100755
View file @
a3e93e05
#!/bin/bash
#####################################
APP_NAME
=
jmess
######################################
## Created by Juan-Pablo Caceres
#Cleanup
#rm $APP_NAME.pro
#rm Makefile
#echo "cleanup done"
#Create project (.pro) file
qmake
-project
-o
$APP_NAME
.pro
echo
"qmake-qt4 .pro built."
#Create Makefile
qmake
-makefile
-o
Makefile
\
"QT+=xml"
\
"QMAKE_CLEAN+=
$APP_NAME
"
\
"LIBS+=-Xlinker -ljack -framework CoreAudio"
\
"TARGET=
$APP_NAME
"
\
$APP_NAME
.pro
echo
"done"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment