Changeset 8127 in ntrip for trunk/BNC/qwtpolar/qwtpolar.pro


Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwtpolar/qwtpolar.pro

    r5182 r8127  
    66CONFIG += release
    77DEFINES += QWT_POLAR_NO_SVG
     8greaterThan(QT_MAJOR_VERSION, 4) {
     9    QT += printsupport
     10    QT += concurrent
     11}
    812
    913INCLUDEPATH += ../qwt
     
    4549    qwt_polar_renderer.cpp \
    4650    qwt_polar_plot.cpp
    47 
Note: See TracChangeset for help on using the changeset viewer.