Changeset 5186 in ntrip


Ignore:
Timestamp:
Jun 9, 2013, 9:29:20 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5179 r5186  
    6464#include "reqcdlg.h"
    6565#include "bncmap.h"
    66 #include "map/bncmapwin.h"
     66#ifdef QT_WEBKIT
     67#  include "map/bncmapwin.h"
     68#endif
    6769#ifdef USE_POSTPROCESSING
    6870#  include "rinex/bncpostprocess.h"
     
    28542856////////////////////////////////////////////////////////////////////////////
    28552857void bncWindow::slotMapPPP() {
     2858#ifdef QT_WEBKIT
    28562859  if (!_mapWin) {
    28572860    _mapWin = new bncMapWin(this);
    28582861  }
    28592862  _mapWin->show();
    2860 }
     2863#else
     2864  QMessageBox::information(this, "Information",
     2865                           "Qt Library compiled without QtWebKit");
     2866#endif
     2867}
Note: See TracChangeset for help on using the changeset viewer.