summaryrefslogtreecommitdiffstats
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 98991f25e..47ff6884e 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -5,6 +5,7 @@ set(ui_SRC
control-manager.cpp
dialog-events.cpp
draw-anchor.cpp
+ icon-loader.cpp
interface.cpp
monitor.cpp
previewholder.cpp
@@ -152,7 +153,7 @@ set(ui_SRC
widget/color-icc-selector.cpp
widget/color-notebook.cpp
widget/color-picker.cpp
- widget/color-preview.cpp
+ widget/color-preview.cpp icon-loader.cpp
widget/color-scales.cpp
widget/color-slider.cpp
widget/color-wheel-selector.cpp
@@ -216,6 +217,7 @@ set(ui_SRC
draw-anchor.h
event-debug.h
icon-names.h
+ icon-loader.h
interface.h
monitor.h
previewable.h