1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
| ######################################################################
# Automatically generated by qmake (2.01a) mer. avr. 23 16:46:39 2008
######################################################################
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
# Input
HEADERS += fmod.h \
fmod.hpp \
fmod_codec.h \
fmod_dsp.h \
fmod_errors.h \
fmod_event.h \
fmod_event.hpp \
fmod_event_net.h \
fmod_output.h \
GUI.h \
Mixer.h
FORMS += GUI.ui Mixer.ui
SOURCES += GUI.cpp Mixer.cpp
RESOURCES += styles.qrc
INCLUDEPATH += .;/usr/local/FMOD/include
LIBS += -L/usr/local/FMOD/lib -lfmodex |