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 @ 48:5f23d5b29aaf

History | View | Annotate | Download (409 Bytes)

1
TEMPLATE = app
2
TARGET = widgettest
3

    
4
load(../../../all.prf)
5

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

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

    
10
DEPENDPATH += ../../../svcore
11
INCLUDEPATH += ../../../svcore
12

    
13
LIBS += ../../widgets/libwidgets.a ../../common/libcommon.a -L../../../svcore -lsvcore ../../../../dataquay/libdataquay.a
14

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