Mercurial > hg > classical
diff utilities/composer/composer.pro @ 53:bcea875d8d2f tip
More build fixes
author | Chris Cannam |
---|---|
date | Thu, 16 Oct 2014 19:03:51 +0100 |
parents | 5f23d5b29aaf |
children |
line wrap: on
line diff
--- a/utilities/composer/composer.pro Thu Oct 16 18:53:13 2014 +0100 +++ b/utilities/composer/composer.pro Thu Oct 16 19:03:51 2014 +0100 @@ -2,16 +2,14 @@ TARGET = composer #QT -= gui network xml -load(../../../all.prf) +CONFIG += debug + +QT += network SOURCES += composer.cpp PRE_TARGETDEPS += ../../common/libcommon.a -INCLUDEPATH += ../../common +INCLUDEPATH += ../../common ../../../dataquay ../../../sonic-visualiser/svcore -DEPENDPATH += ../../../svcore -INCLUDEPATH += ../../../svcore - -LIBS += ../../common/libcommon.a -L../../../svcore -lsvcore ../../../../dataquay/libdataquay.a - +LIBS += ../../common/libcommon.a -L../../../sonic-visualiser/svcore -lsvcore ../../../dataquay/libdataquay.a -lsndfile -lsamplerate -lid3tag -lmad -I/usr/include/sord-0 -I/usr/include/serd-0 -lsord-0 -lserd-0 -lvamp-hostsdk