source: ntrip/trunk/BNC/qwt/qwt.pro@ 9828

Last change on this file since 9828 was 8127, checked in by stoecker, 7 years ago

update qwt and qwtpolar, many QT5 fixes (unfinished)

File size: 190 bytes
Line 
1
2
3TEMPLATE = lib
4TARGET = qwt
5CONFIG += staticlib
6
7CONFIG -= debug
8CONFIG += release
9QWT_CONFIG = QwtPlot QwtWidgets QwtSvg
10
11OBJECTS_DIR = .obj
12MOC_DIR = .moc
13
14include ( src.pri )
Note: See TracBrowser for help on using the repository browser.