Skip to content

demos: Mark non-static signal handler symbols for export

Chun-wei Fan requested to merge fix-3918 into master

Hi,

From the commit message, to fix running demos on Visual Studio-style builds on Windows:

The symbols in the .ui files for the signal handlers and functions must be exported so that the system can pick them up during execution.

Fixes #3918 (closed).

With blessings, thank you!

Merge request reports