This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 979253eeaf1f8c87e53841b4f91c7d9e08d82066 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 23 03:49:49 2018 +0100 cdmanager/powerej/powerej.pro: regenerate with Qt5's qmake and merge. --- cdmanager/powerej/powerej.pro | 17 +++++++++++++++-- debian/changelog | 1 + 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/cdmanager/powerej/powerej.pro b/cdmanager/powerej/powerej.pro index fc0f72d..cf1ba4f 100644 --- a/cdmanager/powerej/powerej.pro +++ b/cdmanager/powerej/powerej.pro @@ -1,12 +1,25 @@ ###################################################################### -# Automatically generated by qmake (2.01a) Fr Jun 1 09:19:29 2007 +# Automatically generated by qmake (3.1) Fri Nov 23 03:41:04 2018 ###################################################################### TEMPLATE = app TARGET = x2goejectcd -DEPENDPATH += . INCLUDEPATH += . +# The following define makes your compiler warn you if you use any +# feature of Qt which has been marked as deprecated (the exact warnings +# depend on your compiler). Please consult the documentation of the +# deprecated API in order to know how to port your code away from it. +DEFINES += QT_DEPRECATED_WARNINGS + +# You can also make your code fail to compile if you use deprecated APIs. +# In order to do so, uncomment the following line. +# You can also select to disable deprecated APIs only up to a certain version of Qt. +#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 + +# Used modules. +QT += widgets + # Input HEADERS += mb.h SOURCES += eject.cpp mb.cpp diff --git a/debian/changelog b/debian/changelog index 2294852..fdc4466 100644 --- a/debian/changelog +++ b/debian/changelog @@ -121,6 +121,7 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low - misc manpages: whitespace only. - misc manpages: pre-release version and date updates. - cdmanager/powerej/mb.{cpp,h}: whitespace only. + - cdmanager/powerej/powerej.pro: regenerate with Qt5's qmake and merge. * usbmount/x2gousbmount: - Fix typo int -> print. Fixes: #840. - Update copyright notice. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git