mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Support older QT5.12 version.
Note, QTextBrowser::setMarkdown() doesn't exist. Have to use QTextBrowser::setText(). This will result in bad rendering.
This commit is contained in:
@@ -2,10 +2,9 @@ name: CMake
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
tags-ignore:
|
||||
- "*"
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
||||
Reference in New Issue
Block a user