Chris@20: TEMPLATE = app Chris@20: TARGET = composer Chris@31: #QT -= gui network xml Chris@20: Chris@30: load(../../../all.prf) Chris@20: Chris@20: SOURCES += composer.cpp Chris@20: Chris@20: PRE_TARGETDEPS += ../../common/libcommon.a Chris@20: Chris@30: INCLUDEPATH += ../../common Chris@20: Chris@33: DEPENDPATH += ../../../svcore Chris@33: INCLUDEPATH += ../../../svcore Chris@30: Chris@48: LIBS += ../../common/libcommon.a -L../../../svcore -lsvcore ../../../../dataquay/libdataquay.a Chris@33: