We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d0ae9 commit ad610feCopy full SHA for ad610fe
.github/workflows/ci.yml
@@ -66,6 +66,9 @@ jobs:
66
/opt/Qt/5*
67
key: ${{ runner.os }}-qt5-deps-${{ hashFiles('CMakeLists.txt') }}
68
69
+ - name: Set CMAKE_PREFIX_PATH for Qt5
70
+ run: echo "CMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/qt5" >> $GITHUB_ENV
71
+
72
- name: Configure CMake for Qt5
73
run: cmake -B build_qt5 -DQT_VERSION=5
74
@@ -144,6 +147,9 @@ jobs:
144
147
/opt/Qt/6*
145
148
key: ${{ runner.os }}-qt6-deps-${{ hashFiles('CMakeLists.txt') }}
146
149
150
+ - name: Set CMAKE_PREFIX_PATH for Qt6
151
+ run: echo "CMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/qt6" >> $GITHUB_ENV
152
153
- name: Configure CMake for Qt6
154
run: cmake -B build_qt6 -DQT_VERSION=6
155
0 commit comments