From 1df33b4946e45d65b7aeadd13aabce6d0c7ebe78 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Tue, 8 Feb 2022 16:26:41 +0600 Subject: [PATCH] Specify directory for Qt Linguist Tools in CMake --- .github/workflows/cmake.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 348576e40..1db23c823 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -328,6 +328,7 @@ jobs: -D CMAKE_BUILD_TYPE=${{ matrix.build.type }} -D QT=ON -D Qt5_DIR=/usr/local/Cellar/qt@5/5.15.2/lib/cmake/ + -D Qt5LinguistTools_DIR=/usr/local/Cellar/qt@5/5.15.2/lib/cmake/Qt5LinguistTools/ - name: Build run: cmake --build build - name: Generate package