summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--coin-bug-7070
2 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a6bbfe9e..ea8af0114 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,6 +51,8 @@ if(NOT ${pdfSupport})
endif()
if(NOT QT_FEATURE_qtwebengine_build AND NOT QT_FEATURE_qtpdf_build)
+ # coin missing artifacts workaround
+ install(FILES coin-bug-707 DESTINATION ${INSTALL_DATADIR})
return()
endif()
diff --git a/coin-bug-707 b/coin-bug-707
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/coin-bug-707