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 / widgets / widgets.pro @ 52:e0e12bd2978d

History | View | Annotate | Download (294 Bytes)

1
TEMPLATE = lib
2
TARGET = widgets
3

    
4
QT += gui widgets network
5

    
6
CONFIG += staticlib
7

    
8
INCLUDEPATH += ../common
9

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

    
13
HEADERS += TypingSelectWidget.h
14
SOURCES += TypingSelectWidget.cpp
15