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
3819036d
Commit
3819036d
authored
Jul 20, 2007
by
jcaceres
Browse files
m.mac working with binary download from qt
parent
8cca9048
Changes
1
Hide whitespace changes
Inline
Side-by-side
jmess/src/m.mac
View file @
3819036d
...
...
@@ -15,11 +15,16 @@ qmake -project -o $APP_NAME.pro
echo
"qmake-qt4 .pro built."
#Create Makefile
qmake
-makefile
-o
Makefile
\
qmake
-makefile
-spec
macx-g++
-o
Makefile
\
"QT+=xml"
\
"QMAKE_CLEAN+=
$APP_NAME
"
\
"LIBS+=-
l
jack -framework CoreAudio"
\
"LIBS+=-
framework
jack -framework CoreAudio"
\
"TARGET=
$APP_NAME
"
\
"QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.4u.sdk"
\
"CONFIG += x86 ppc sdk"
\
$APP_NAME
.pro
echo
"done"
#Add something like this to statically link librairies
#"LIBS+=$QTDIR/lib/libQtCore.a" \
\ No newline at end of file
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