Merge pull request #172 from itay-grudev/v3.4.0

v3.4.0
This commit is contained in:
Itay Grudev 2023-06-13 13:26:36 +03:00 committed by GitHub
commit 14e9d14675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 7 deletions

View File

@ -15,12 +15,18 @@ jobs:
name: Build
strategy:
matrix:
qt_version: [5.12.6, 5.15.0, 6.0.0, 6.2.0]
platform: [ubuntu-20.04, windows-latest, macos-latest]
qt_version:
- 5.15.0
- 6.2.4
- 6.5.0
platform:
- ubuntu-20.04
- windows-latest
- macos-latest
include:
- qt_version: 6.0.0
- qt_version: 6.2.4
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
- qt_version: 6.2.0
- qt_version: 6.5.0
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
- platform: ubuntu-20.04
make: make
@ -41,10 +47,10 @@ jobs:
steps:
- name: Clone repo
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3
- name: Install Qt
uses: jurplel/install-qt-action@v2.14.0
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_version }}

View File

@ -3,7 +3,9 @@
## 3.4.0
* Provide API for blocking sendMessage. - _Christoph Cullmann_
* New documentation generation using Doxygen
* Improved Windows basic widget example
* Updated Project License
## 3.3.4