kde-kdoctools: change qt to qt@5

master
PaperChalice 2021-02-11 17:32:55 +08:00 committed by Carlo Cabrera
parent 394421c25a
commit a69a68257a
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ class KdeKdoctools < Formula
"LGPL-2.1-or-later",
any_of: ["LGPL-2.1-only", "LGPL-3.0-only"],
]
revision 1
head "https://invent.kde.org/frameworks/kdoctools.git"
bottle do
@ -95,7 +96,7 @@ class KdeKdoctools < Formula
cp_r (pkgshare/"tests"), testpath
args = std_cmake_args
args << "-DQt5_DIR=#{Formula["qt"].opt_prefix/"lib/cmake/Qt5"}"
args << "-DQt5_DIR=#{Formula["qt@5"].opt_prefix/"lib/cmake/Qt5"}"
system "cmake", testpath.to_s, *args
system "make"