To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / utilities / widgettest / widgettest.pro @ 53:bcea875d8d2f

History | View | Annotate | Download (555 Bytes)

1
TEMPLATE = app
2
TARGET = widgettest
3

    
4
QT += gui widgets network
5

    
6
PRE_TARGETDEPS += ../../common/libcommon.a ../../widgets/libwidgets.a
7

    
8
INCLUDEPATH += ../../widgets ../../common
9

    
10
DEPENDPATH += ../../../sonic-visualiser/svcore
11
INCLUDEPATH += ../../../sonic-visualiser/svcore ../../../dataquay
12

    
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

    
15
HEADERS += widgettest.h
16
SOURCES += widgettest.cpp