Skip to content

Commit cfa54d1

Browse files
authored
Change Qt dependency to version 6.4 (#248)
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent 3fe80d8 commit cfa54d1

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,9 @@ jobs:
103103
- name: Install Qt
104104
uses: eProsima/eProsima-CI/external/install_qt@v0
105105
with:
106-
version: '6.8.3'
106+
version: '6.4.2'
107107
arch: 'linux_gcc_64'
108108
dir: '/opt/qt_installation/'
109-
modules: 'qtcharts'
110109
setup-python: 'false'
111110

112111
- name: Setup CCache

.github/workflows/reusable-windows-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,9 @@ jobs:
122122
- name: Install Qt
123123
uses: eProsima/eProsima-CI/external/install_qt@v0
124124
with:
125-
version: '6.8.3'
125+
version: '6.4.2'
126126
dir: '/opt/qt_installation/'
127127
arch: 'win64_msvc2022_64'
128-
modules: 'qtcharts'
129128
setup-python: 'false'
130129

131130
- name: Get Fast DDS branch

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ endif()
151151
###############################################################################
152152
# Compile
153153
###############################################################################
154-
find_package(Qt6 6.8.3 REQUIRED COMPONENTS Core Gui Widgets)
154+
find_package(Qt6 6.4.2 REQUIRED COMPONENTS Core Gui Widgets)
155155

156156
set(CMAKE_AUTOMOC ON)
157157
set(CMAKE_AUTOUIC ON)

0 commit comments

Comments
 (0)