[X2Go-Commits] [x2goclient] 35/46: x2goclient.pro{maemo}: reference new pulsemanager.{cpp, h} files.

git-admin at x2go.org git-admin at x2go.org
Mon May 25 01:31:30 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 02636d3c2f0498cb5db3e5d6e45691b9182dfeb5
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Apr 29 02:36:24 2015 +0200

    x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
---
 debian/changelog     |    1 +
 x2goclient.pro       |    6 ++++--
 x2goclient.pro.maemo |    6 ++++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 02fe444..80ccd4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -485,6 +485,7 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low
       in header file.
     - compat.h: include QtCore/qglobal.h for Q_OS_... macros.
     - pulsemanager.{cpp,h}: new class for PulseAudio management.
+    - x2goclient.pro{,.maemo}: reference new pulsemanager.{cpp,h} files.
 
   [ Fernando Pedemonte ]
   * New upstream release (4.0.4.0):
diff --git a/x2goclient.pro b/x2goclient.pro
index b26cfa2..4a5bf13 100644
--- a/x2goclient.pro
+++ b/x2goclient.pro
@@ -81,7 +81,8 @@ HEADERS += src/configdialog.h \
            src/non_modal_messagebox.h \
            src/help.h \
            src/unixhelper.h \
-           src/compat.h
+           src/compat.h \
+           src/pulsemanager.h
 
 SOURCES += src/sharewidget.cpp \
            src/settingswidget.cpp \
@@ -126,7 +127,8 @@ SOURCES += src/sharewidget.cpp \
            src/non_modal_messagebox.cpp \
            src/help.cpp \
            src/unixhelper.cpp \
-           src/compat.cpp
+           src/compat.cpp \
+           src/pulsemanager.cpp
 
 LIBS += -lssh
 win32:LIBS += -lAdvAPI32 -lshell32 -lUser32
diff --git a/x2goclient.pro.maemo b/x2goclient.pro.maemo
index 905ef77..4a06622 100644
--- a/x2goclient.pro.maemo
+++ b/x2goclient.pro.maemo
@@ -37,7 +37,8 @@ HEADERS += src/configdialog.h \
            src/clicklineedit.h \
            src/help.h \
            src/unixhelper.h \
-           src/compat.h
+           src/compat.h \
+           src/pulsemanager.h
 
 SOURCES += src/sharewidget.cpp \
            src/settingswidget.cpp \
@@ -66,7 +67,8 @@ SOURCES += src/sharewidget.cpp \
            src/clicklineedit.cpp \
            src/help.cpp \
            src/unixhelper.cpp \
-           src/compat.cpp
+           src/compat.cpp \
+           src/pulsemanager.cpp
 
 TEMPLATE = app
 TARGET =

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list