summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2017-06-16 02:08:52 +0000
committerMartin Owens <doctormo@gmail.com>2017-06-16 02:08:52 +0000
commitfa438f231fe08311aac04a0726d6a37b7fd12b9e (patch)
treea2a8482b35f78a111a034878efeed3a219afaa66 /share
parentComplete to move to using ui files instead of compiled in xml (diff)
downloadinkscape-fa438f231fe08311aac04a0726d6a37b7fd12b9e.tar.gz
inkscape-fa438f231fe08311aac04a0726d6a37b7fd12b9e.zip
Make sure CMake can find the new ui files
Diffstat (limited to 'share')
-rw-r--r--share/ui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/ui/CMakeLists.txt b/share/ui/CMakeLists.txt
index 8cd974ad3..7fef74d9f 100644
--- a/share/ui/CMakeLists.txt
+++ b/share/ui/CMakeLists.txt
@@ -1,3 +1,3 @@
-file(GLOB _FILES "*.xml" "*.rc" "*.css")
+file(GLOB _FILES "*.xml" "*.rc" "*.css", "*.ui")
install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/ui)