Changeset 8252 in ntrip for trunk/BNC/src/upload


Ignore:
Timestamp:
Jan 10, 2018, 1:16:12 PM (6 years ago)
Author:
stoecker
Message:

see #105 - reenable Qt4 build options, drop generic version dependend includes, replace by direct requirements, remaining QtCore lines should also be replaced

Location:
trunk/BNC/src/upload
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bnccustomtrafo.cpp

    r8085 r8252  
    1414 *
    1515 * -----------------------------------------------------------------------*/
     16
     17#include <QLabel>
     18#include <QLineEdit>
     19#include <QMessageBox>
     20#include <QPushButton>
     21#include <QVBoxLayout>
    1622
    1723#include "bnccustomtrafo.h"
  • trunk/BNC/src/upload/bnccustomtrafo.h

    r8231 r8252  
    22#define BNCCUSTOMTRAFO_H
    33
    4 #include <QtCore>
    5 #include <QtWidgets>
     4#include <QDialog>
     5#include <QLineEdit>
     6#include <QPushButton>
    67#include <QWhatsThis>
    78
  • trunk/BNC/src/upload/bncuploadcaster.h

    r3273 r8252  
    22#define BNCUPLOADCASTER_H
    33
    4 #include <QtNetwork>
     4#include <QDateTime>
     5#include <QMutex>
     6#include <QTcpSocket>
     7#include <QThread>
    58
    69class bncUploadCaster : public QThread {
Note: See TracChangeset for help on using the changeset viewer.