Update the server_monitor example client to Qt5

(cherry picked from commit ab72f94595)
This commit is contained in:
Enrico Forestieri 2018-08-07 17:47:50 +02:00
parent 94093a534e
commit e1fa3cb248
4 changed files with 13 additions and 2 deletions

View File

@ -41,6 +41,9 @@
#include <QApplication>
#include <QtGui>
#include <QtDebug>
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#endif
#include "server_monitor.h"

View File

@ -13,6 +13,7 @@
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <QDialog>
#include <QFile>

View File

@ -1,2 +1,4 @@
CONFIG += console
HEADERS += server_monitor.h
SOURCES += server_monitor.cpp
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

View File

@ -15,8 +15,8 @@ What's new
* DOCUMENT INPUT/OUTPUT
- Updated Arabic, Chinese (Simplified), German, Russian, Slovakian and Ukrainian
user interface localization.
- Updated Arabic, Chinese (Simplified), German, Italian, Russian, Slovakian
and Ukrainian user interface localization.
- It possible to anonymize document's content for bug submissions
via buffer-anonymize lfun (bug 7259).
@ -33,6 +33,11 @@ What's new
- Fix problems with default conversion script for graphics (part of bug 11186).
* MISCELLANEOUS
- Updated to Qt5 the LyX server example client in development/lyxserver/
* TEX2LYX IMPROVEMENTS
- Add support for biblatex.