From 21a1601798f33ccf9fb1a35ab5cdf7ba448bd258 Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Fri, 21 Dec 2018 14:11:57 +1300 Subject: [PATCH] CellML Text view: make sure that the styling is done before updating our viewer (#1926). --- src/plugins/editing/CellMLTextView/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/editing/CellMLTextView/CMakeLists.txt b/src/plugins/editing/CellMLTextView/CMakeLists.txt index db0ccb22e9..ca67d86562 100644 --- a/src/plugins/editing/CellMLTextView/CMakeLists.txt +++ b/src/plugins/editing/CellMLTextView/CMakeLists.txt @@ -27,6 +27,8 @@ add_plugin(CellMLTextView src/cellmltextviewplugin.h src/cellmltextviewscanner.h src/cellmltextviewwidget.h + DEFINITIONS + QSCINTILLA_DLL PLUGINS CellMLEditingView TESTS