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
8cca9048
Commit
8cca9048
authored
Jul 19, 2007
by
jcaceres
Browse files
m.mac working, still have to figure out how to statically link qt and generate universal binaries
parent
a3e93e05
Changes
1
Hide whitespace changes
Inline
Side-by-side
jmess/src/m.mac
View file @
8cca9048
...
...
@@ -15,10 +15,10 @@ qmake -project -o $APP_NAME.pro
echo
"qmake-qt4 .pro built."
#Create Makefile
qmake
-makefile
-o
Makefile
\
qmake
-makefile
-o
Makefile
\
"QT+=xml"
\
"QMAKE_CLEAN+=
$APP_NAME
"
\
"LIBS+=
-Xlinker
-ljack -framework CoreAudio"
\
"LIBS+=-ljack -framework CoreAudio"
\
"TARGET=
$APP_NAME
"
\
$APP_NAME
.pro
...
...
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