diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-02 13:17:18 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-02 13:17:18 +0200 |
commit | c9134d86d393e3acba278d886482b84d3e4bf722 (patch) | |
tree | c57d51fe730dc1c5d641b0fe345275a3c82cb0da /plugin | |
parent | 8e5b1e0b171d0e4ff326a3ff1af162805d82a3d6 (diff) |
Add new PowerWidget for setting and showing control points of the powermap.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.mingw32.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index db4d279..a43da6d 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -90,6 +90,7 @@ GUI_SRC = \ @top_srcdir@/plugingui/pixelbuffer.cc \ @top_srcdir@/plugingui/pluginconfig.cc \ @top_srcdir@/plugingui/powerbutton.cc \ + @top_srcdir@/plugingui/powerwidget.cc \ @top_srcdir@/plugingui/progressbar.cc \ @top_srcdir@/plugingui/resamplingframecontent.cc \ @top_srcdir@/plugingui/resource.cc \ |