tutorial.pro.texinfo from marsyas at Krugle
Show tutorial.pro.texinfo syntax highlighted
@c Generator: GNU source-highlight, by Lorenzo Bettini, http://www.gnu.org/software/src-highlite
@example
@i{### your files}
SOURCES = main.cpp
HEADERS = mainwindow.h
SOURCES += mainwindow.cpp
HEADERS += backend.h
SOURCES += backend.cpp
@i{### if running inside the source tree}
MARSYAS_INSTALL_DIR = ..@t{/../../}
INCLUDEPATH += $$MARSYAS_INSTALL_DIR@t{/src/marsyasqt/}
LIBPATH += $$MARSYAS_INSTALL_DIR@t{/lib/release/}
@i{### if installed elsewhere}
@i{#MARSYAS_INSTALL_DIR = /usr/local}
@i{#MARSYAS_INSTALL_DIR = $@{HOME@}/usr/}
@i{#INCLUDEPATH += $$MARSYAS_INSTALL_DIR/src/marsyas/}
@i{#LIBPATH += $$MARSYAS_INSTALL_DIR/lib/}
unix:LIBS += -lmarsyas -lmarsyasqt
unix:!macx:LIBS += -lasound
macx:LIBS += -framework CoreAudio -framework CoreMidi -framework CoreFoundation
@end example
See more files for this project here