aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-10-28 16:39:36 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-10-28 16:39:36 +0800
commitec415e53bbe042df084bdb93117b2aef7cb779cd (patch)
treee1a185cbe36b45e4898f7433db971f81fdee8dec
parent09bc96b9afda262f7d3ff73be0a17a1e1be91649 (diff)
downloadQMidiPlayer-ec415e53bbe042df084bdb93117b2aef7cb779cd.tar.xz
Fixed #3 by switching to the GLFW backend for SMELT.
-rw-r--r--ChangeLog5
-rw-r--r--visualization/visualization.pro4
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a77475a..aecc327 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,5 @@
-2016-09-23 0.8.3 alpha
-Add a set of icons for dark themes and a option to
-change the icon theme.
+2016-10-28 0.8.3 alpha
+Fixed the dbus bug by switching to the GLFW backend for SMELT.
2016-09-16 0.8.3 alpha
Minor bug fix. Update documentation.
diff --git a/visualization/visualization.pro b/visualization/visualization.pro
index b0be291..f8e4851 100644
--- a/visualization/visualization.pro
+++ b/visualization/visualization.pro
@@ -35,6 +35,6 @@ unix {
}
#well...
INCLUDEPATH += /home/chrisoft/devel/BulletLabRemixIII/include/ /usr/include/freetype2
-LIBS += -L/home/chrisoft/devel/BulletLabRemixIII/smelt/sdl/
+LIBS += -L/home/chrisoft/devel/BulletLabRemixIII/smelt/glfw/
LIBS += -L/home/chrisoft/devel/BulletLabRemixIII/extensions/
-LIBS += -lstdc++ -lfreetype -lz -lsmeltext -lsmelt-dumb -lCxImage -ljpeg -lpng -lSDL2
+LIBS += -lstdc++ -lfreetype -lz -lsmeltext -lsmelt-dumb -lCxImage -ljpeg -lpng -lglfw -lGLEW -lGL