Skip to content

Commit 214bb9f

Browse files
playback-history-qt: Extract shareable code
Preparation work for a GTK port of this plugin.
1 parent cb77f97 commit 214bb9f

6 files changed

Lines changed: 452 additions & 364 deletions

File tree

src/playback-history-qt/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PLUGIN = playback-history-qt${PLUGIN_SUFFIX}
22

3-
SRCS = playback-history.cc
3+
SRCS = ../playback-history/history-entry.cc \
4+
playback-history.cc
45

56
include ../../buildsys.mk
67
include ../../extra.mk

src/playback-history-qt/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
shared_module('playback-history-qt',
2+
'../playback-history/history-entry.cc',
23
'playback-history.cc',
34
dependencies: [audacious_dep, qt_dep, audqt_dep],
45
name_prefix: '',

0 commit comments

Comments
 (0)