summarylogtreecommitdiffstats
path: root/build-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build-fixes.patch')
-rw-r--r--build-fixes.patch29
1 files changed, 17 insertions, 12 deletions
diff --git a/build-fixes.patch b/build-fixes.patch
index 159d09040a4b..2f9b8f3f8473 100644
--- a/build-fixes.patch
+++ b/build-fixes.patch
@@ -1,15 +1,20 @@
---- qt-linux/ts3soundboard_linux.pro_orig 2017-04-16 11:03:14.429439051 +0200
-+++ qt-linux/ts3soundboard_linux.pro 2017-04-16 11:03:38.873595978 +0200
-@@ -20,7 +20,7 @@
+--- qt-linux/ts3soundboard_linux.pro_orig 2017-04-25 08:23:53.644282489 +0200
++++ qt-linux/ts3soundboard_linux.pro 2017-04-25 08:26:55.262605010 +0200
+@@ -20,7 +20,12 @@
CONFIG(debug, release|debug):DEFINES += _DEBUG
CONFIG(release, release|debug):DEFINES += NDEBUG
-INCLUDEPATH += ../include
++INCLUDEPATH += /opt/qt5.6/include
++INCLUDEPATH += /opt/qt5.6/include/QtWidgets
++INCLUDEPATH += /opt/qt5.6/include/QtGui
++INCLUDEPATH += /opt/qt5.6/include/QtNetwork
++INCLUDEPATH += /opt/qt5.6/include/QtCore
+INCLUDEPATH += /usr/include/teamspeak3
LIBS += -L$(TS3DIR)
-@@ -29,7 +29,7 @@
+@@ -29,7 +34,7 @@
-lavutil \
-lswresample
@@ -18,9 +23,9 @@
include(./ts3soundboard.pri)
---- qt-linux/ts3soundboard.pri_orig 2017-04-16 11:03:52.417682394 +0200
-+++ qt-linux/ts3soundboard.pri 2017-04-16 11:04:47.759031973 +0200
-@@ -22,6 +22,7 @@
+--- qt-linux/ts3soundboard.pri_orig 2017-04-16 11:03:52.417682394 +0200
++++ qt-linux/ts3soundboard.pri 2017-04-16 11:04:47.759031973 +0200
+@@ -22,6 +22,7 @@
../src/SampleSource.h \
../src/SampleVisualizerThread.h \
../src/SoundInfo.h \
@@ -28,7 +33,7 @@
../src/ts3log.h \
../src/version/version.h \
../vs2015/resource.h \
-@@ -43,7 +44,7 @@
+@@ -43,7 +44,7 @@
../src/main.cpp \
../src/HighResClock.cpp \
../src/inputfileffmpeg.cpp \
@@ -37,7 +42,7 @@
../src/SampleBuffer.cpp \
../src/SampleProducerThread.cpp \
../src/samples.cpp \
-@@ -53,6 +54,7 @@
+@@ -53,6 +54,7 @@
../src/soundsettings_qt.cpp \
../src/soundview_qt.cpp \
../src/SpeechBubble.cpp \
@@ -45,9 +50,9 @@
../src/ts3log.cpp \
../src/UpdateChecker.cpp \
../src/updater_qt.cpp
---- src/samples.cpp_orig 2017-04-16 11:05:06.014146183 +0200
-+++ src/samples.cpp 2017-04-16 11:05:27.003276895 +0200
-@@ -18,6 +18,7 @@
+--- src/samples.cpp_orig 2017-04-16 11:05:06.014146183 +0200
++++ src/samples.cpp 2017-04-16 11:05:27.003276895 +0200
+@@ -18,6 +18,7 @@
#include <queue>
#include <vector>
#include <cassert>