This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 8bd90c22c841718e64816d10912ec9560cb9dab2 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jan 20 11:23:35 2020 +0100 x2gokdriveclient.pro: we require C++11, so set this via CONFIG. Mostly for documentation purposes, since this feature should be enabled by default. --- debian/changelog | 7 +++++++ x2gokdriveclient.pro | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d6df311..96186ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,12 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + [ Mike Gabriel ] * Initial release. + [ Mihai Moldovan ] + * Initial release: + - x2gokdriveclient.pro: we require C++11, so set this via CONFIG. Mostly + for documentation purposes, since this feature should be enabled by + default. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/x2gokdriveclient.pro b/x2gokdriveclient.pro index d8ceb8c..a3c7601 100644 --- a/x2gokdriveclient.pro +++ b/x2gokdriveclient.pro @@ -5,7 +5,7 @@ TEMPLATE = app TARGET = x2gokdriveclient INCLUDEPATH += . -CONFIG += console +CONFIG += console c++11 QT += widgets QT += network -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git