Mercurial > hg > classical
annotate widgets/widgets.pro @ 53:bcea875d8d2f tip
More build fixes
author | Chris Cannam |
---|---|
date | Thu, 16 Oct 2014 19:03:51 +0100 |
parents | e0e12bd2978d |
children |
rev | line source |
---|---|
Chris@30 | 1 TEMPLATE = lib |
Chris@52 | 2 TARGET = widgets |
Chris@30 | 3 |
Chris@52 | 4 QT += gui widgets network |
Chris@30 | 5 |
Chris@30 | 6 CONFIG += staticlib |
Chris@30 | 7 |
Chris@30 | 8 INCLUDEPATH += ../common |
Chris@30 | 9 |
Chris@52 | 10 DEPENDPATH += ../../dataquay ../../sonic-visualiser/svcore |
Chris@52 | 11 INCLUDEPATH += ../../dataquay ../../sonic-visualiser/svcore |
Chris@33 | 12 |
Chris@30 | 13 HEADERS += TypingSelectWidget.h |
Chris@30 | 14 SOURCES += TypingSelectWidget.cpp |
Chris@30 | 15 |