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
908bf5cb
Commit
908bf5cb
authored
Jul 21, 2007
by
jcaceres
Browse files
Optimiztions of the m files
parent
3c9adb48
Changes
2
Show whitespace changes
Inline
Side-by-side
jmess/src/m
View file @
908bf5cb
...
...
@@ -16,12 +16,17 @@ echo "qmake-qt4 .pro built."
#Create Makefile
qmake-qt4
-makefile
-unix
-o
Makefile
\
"CONFIG += debug warn_on"
\
"QMAKE_CXXFLAGS += -Wno-deprecated -pg -g"
\
"QT += xml"
\
"QT -= gui"
\
"QMAKE_CLEAN +=
$APP_NAME
"
\
"unix:LIBS +=
-Xlinker -l
jack -lpthread
-lrt
"
\
"unix:LIBS +=
/usr/lib/lib
jack
.a
-lpthread"
\
"unix:TARGET =
$APP_NAME
"
\
"unix:target.path = /usr/bin"
\
"unix:INSTALLS += target"
$APP_NAME
.pro
echo
"done"
## Use this to use realease mode
#"CONFIG += release warn_on" \
\ No newline at end of file
jmess/src/m.osx
View file @
908bf5cb
...
...
@@ -17,6 +17,7 @@ echo "qmake-qt4 .pro built."
#Create Makefile
qmake
-makefile
-spec
macx-g++
-o
Makefile
\
"QT += xml"
\
"QT -= gui"
\
"QMAKE_CLEAN +=
$APP_NAME
"
\
"LIBS += -framework jack -framework CoreAudio"
\
"TARGET =
$APP_NAME
"
\
...
...
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