From 8ee381d991528243e7a40e39168fb884d2e44764 Mon Sep 17 00:00:00 2001 From: Hamed Masafi Date: Wed, 18 Jan 2023 13:17:35 +0330 Subject: [PATCH] Change qt versions (#131) * fix workflow on push * Change qt versions --- .github/workflows/qt.yml | 14 +++----------- src/nut/CMakeLists.txt | 1 + 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 48c3eb0..37412ea 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -1,24 +1,16 @@ name: CI Build -on: - push: - branches-ignore: - - "releases/**" - paths-ignore: - - "**.md" - pull_request: - paths-ignore: - - "**.md" +on: [push] jobs: build: strategy: fail-fast: false matrix: - qt_version: [5.12.11, 5.15.2, 6.2.0] + qt_version: [5.15.2, 6.4.0] platform: [ubuntu-20.04, windows-latest, macos-latest] include: - - qt_version: 6.2.0 + - qt_version: 6.4.0 additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6 build_cmake: true - platform: ubuntu-20.04 diff --git a/src/nut/CMakeLists.txt b/src/nut/CMakeLists.txt index 319bcac..bb2b7c9 100644 --- a/src/nut/CMakeLists.txt +++ b/src/nut/CMakeLists.txt @@ -59,6 +59,7 @@ qt_internal_add_module(Nut Qt::Core Qt::Gui Qt::Sql + GENERATE_CPP_EXPORTS ) #### Keys ignored in scope 1:.:.:nut.pro::