Changeset 4621 in ntrip for trunk/BNC/qwt


Ignore:
Timestamp:
Sep 1, 2012, 1:33:28 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/qwt
Files:
2 added
1 edited

Legend:

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

    r4274 r4621  
     1
    12
    23TEMPLATE  = lib
     
    45CONFIG   += staticlib
    56
    6 DEFINES += QWT_NO_SVG
     7###DEFINES += QWT_NO_SVG
     8QT += svg
    79
    810OBJECTS_DIR = .obj
     
    7173    qwt_sampling_thread.h \
    7274    qwt_series_data.h \
    73     qwt_scale_widget.h
     75    qwt_scale_widget.h \
     76    qwt_plot_svgitem.h
    7477
    7578SOURCES += \
     
    133136    qwt_sampling_thread.cpp \
    134137    qwt_series_data.cpp \
    135     qwt_scale_widget.cpp
     138    qwt_scale_widget.cpp \
     139    qwt_plot_svgitem.cpp
Note: See TracChangeset for help on using the changeset viewer.