Changeset 4274 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jun 22, 2012, 4:49:14 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4271 r4274  
    55
    66DEFINES += QWT_NO_SVG
     7
     8OBJECTS_DIR = .obj
     9MOC_DIR     = .moc
    710
    811HEADERS += \
     
    3639    qwt_text_engine.h \
    3740    qwt_text_label.h \
    38     qwt_text.h
     41    qwt_text.h \
     42    qwt_curve_fitter.h \
     43    qwt_event_pattern.h \
     44    qwt_legend.h \
     45    qwt_legend_item.h \
     46    qwt_legend_itemmanager.h \
     47    qwt_plot.h \
     48    qwt_plot_renderer.h \
     49    qwt_plot_curve.h \
     50    qwt_plot_dict.h \
     51    qwt_plot_directpainter.h \
     52    qwt_plot_grid.h \
     53    qwt_plot_histogram.h \
     54    qwt_plot_item.h \
     55    qwt_plot_intervalcurve.h \
     56    qwt_plot_layout.h \
     57    qwt_plot_marker.h \
     58    qwt_plot_rasteritem.h \
     59    qwt_plot_spectrogram.h \
     60    qwt_plot_spectrocurve.h \
     61    qwt_plot_scaleitem.h \
     62    qwt_plot_seriesitem.h \
     63    qwt_plot_canvas.h \
     64    qwt_plot_panner.h \
     65    qwt_plot_picker.h \
     66    qwt_plot_zoomer.h \
     67    qwt_plot_magnifier.h \
     68    qwt_plot_rescaler.h \
     69    qwt_raster_data.h \
     70    qwt_matrix_raster_data.h \
     71    qwt_sampling_thread.h \
     72    qwt_series_data.h \
     73    qwt_scale_widget.h
    3974
    4075SOURCES += \
     
    66101    qwt_scale_engine.cpp \
    67102    qwt_symbol.cpp \
    68     qwt_system_clock.cpp
    69 
    70  
    71     HEADERS += \
    72         qwt_curve_fitter.h \
    73         qwt_event_pattern.h \
    74         qwt_legend.h \
    75         qwt_legend_item.h \
    76         qwt_legend_itemmanager.h \
    77         qwt_plot.h \
    78         qwt_plot_renderer.h \
    79         qwt_plot_curve.h \
    80         qwt_plot_dict.h \
    81         qwt_plot_directpainter.h \
    82         qwt_plot_grid.h \
    83         qwt_plot_histogram.h \
    84         qwt_plot_item.h \
    85         qwt_plot_intervalcurve.h \
    86         qwt_plot_layout.h \
    87         qwt_plot_marker.h \
    88         qwt_plot_rasteritem.h \
    89         qwt_plot_spectrogram.h \
    90         qwt_plot_spectrocurve.h \
    91         qwt_plot_scaleitem.h \
    92         qwt_plot_seriesitem.h \
    93         qwt_plot_canvas.h \
    94         qwt_plot_panner.h \
    95         qwt_plot_picker.h \
    96         qwt_plot_zoomer.h \
    97         qwt_plot_magnifier.h \
    98         qwt_plot_rescaler.h \
    99         qwt_raster_data.h \
    100         qwt_matrix_raster_data.h \
    101         qwt_sampling_thread.h \
    102         qwt_series_data.h \
    103         qwt_scale_widget.h
    104 
    105     SOURCES += \
    106         qwt_curve_fitter.cpp \
    107         qwt_legend.cpp \
    108         qwt_legend_item.cpp \
    109         qwt_plot.cpp \
    110         qwt_plot_renderer.cpp \
    111         qwt_plot_xml.cpp \
    112         qwt_plot_axis.cpp \
    113         qwt_plot_curve.cpp \
    114         qwt_plot_dict.cpp \
    115         qwt_plot_directpainter.cpp \
    116         qwt_plot_grid.cpp \
    117         qwt_plot_histogram.cpp \
    118         qwt_plot_item.cpp \
    119         qwt_plot_intervalcurve.cpp \
    120         qwt_plot_spectrogram.cpp \
    121         qwt_plot_spectrocurve.cpp \
    122         qwt_plot_scaleitem.cpp \
    123         qwt_plot_seriesitem.cpp \
    124         qwt_plot_marker.cpp \
    125         qwt_plot_layout.cpp \
    126         qwt_plot_canvas.cpp \
    127         qwt_plot_panner.cpp \
    128         qwt_plot_rasteritem.cpp \
    129         qwt_plot_picker.cpp \
    130         qwt_plot_zoomer.cpp \
    131         qwt_plot_magnifier.cpp \
    132         qwt_plot_rescaler.cpp \
    133         qwt_raster_data.cpp \
    134         qwt_matrix_raster_data.cpp \
    135         qwt_sampling_thread.cpp \
    136         qwt_series_data.cpp \
    137         qwt_scale_widget.cpp
    138 
    139 
     103    qwt_system_clock.cpp \
     104    qwt_curve_fitter.cpp \
     105    qwt_legend.cpp \
     106    qwt_legend_item.cpp \
     107    qwt_plot.cpp \
     108    qwt_plot_renderer.cpp \
     109    qwt_plot_xml.cpp \
     110    qwt_plot_axis.cpp \
     111    qwt_plot_curve.cpp \
     112    qwt_plot_dict.cpp \
     113    qwt_plot_directpainter.cpp \
     114    qwt_plot_grid.cpp \
     115    qwt_plot_histogram.cpp \
     116    qwt_plot_item.cpp \
     117    qwt_plot_intervalcurve.cpp \
     118    qwt_plot_spectrogram.cpp \
     119    qwt_plot_spectrocurve.cpp \
     120    qwt_plot_scaleitem.cpp \
     121    qwt_plot_seriesitem.cpp \
     122    qwt_plot_marker.cpp \
     123    qwt_plot_layout.cpp \
     124    qwt_plot_canvas.cpp \
     125    qwt_plot_panner.cpp \
     126    qwt_plot_rasteritem.cpp \
     127    qwt_plot_picker.cpp \
     128    qwt_plot_zoomer.cpp \
     129    qwt_plot_magnifier.cpp \
     130    qwt_plot_rescaler.cpp \
     131    qwt_raster_data.cpp \
     132    qwt_matrix_raster_data.cpp \
     133    qwt_sampling_thread.cpp \
     134    qwt_series_data.cpp \
     135    qwt_scale_widget.cpp
Note: See TracChangeset for help on using the changeset viewer.