diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-10-28 16:39:36 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-10-28 16:39:36 +0800 |
commit | ec415e53bbe042df084bdb93117b2aef7cb779cd (patch) | |
tree | e1a185cbe36b45e4898f7433db971f81fdee8dec | |
parent | 09bc96b9afda262f7d3ff73be0a17a1e1be91649 (diff) | |
download | QMidiPlayer-ec415e53bbe042df084bdb93117b2aef7cb779cd.tar.xz |
Fixed #3 by switching to the GLFW backend for SMELT.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | visualization/visualization.pro | 4 |
2 files changed, 4 insertions, 5 deletions
@@ -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 |