comparison utilities/widgettest/widgettest.pro @ 53:bcea875d8d2f tip

More build fixes
author Chris Cannam
date Thu, 16 Oct 2014 19:03:51 +0100
parents 5f23d5b29aaf
children
comparison
equal deleted inserted replaced
52:e0e12bd2978d 53:bcea875d8d2f
1 TEMPLATE = app 1 TEMPLATE = app
2 TARGET = widgettest 2 TARGET = widgettest
3 3
4 load(../../../all.prf) 4 QT += gui widgets network
5 5
6 PRE_TARGETDEPS += ../../common/libcommon.a ../../widgets/libwidgets.a 6 PRE_TARGETDEPS += ../../common/libcommon.a ../../widgets/libwidgets.a
7 7
8 INCLUDEPATH += ../../widgets ../../common 8 INCLUDEPATH += ../../widgets ../../common
9 9
10 DEPENDPATH += ../../../svcore 10 DEPENDPATH += ../../../sonic-visualiser/svcore
11 INCLUDEPATH += ../../../svcore 11 INCLUDEPATH += ../../../sonic-visualiser/svcore ../../../dataquay
12 12
13 LIBS += ../../widgets/libwidgets.a ../../common/libcommon.a -L../../../svcore -lsvcore ../../../../dataquay/libdataquay.a 13 LIBS += ../../widgets/libwidgets.a ../../common/libcommon.a -L../../../sonic-visualiser/svcore -lsvcore ../../../dataquay/libdataquay.a -I/usr/include/sord-0 -I/usr/include/serd-0 -lsord-0 -lserd-0 -lvamp-hostsdk
14 14
15 HEADERS += widgettest.h 15 HEADERS += widgettest.h
16 SOURCES += widgettest.cpp 16 SOURCES += widgettest.cpp