From 79d9625bce7073921d162604943eff03b299762d Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 22 Mar 2021 09:26:45 +0100 Subject: [PATCH] Require Adwaita-qt 1.2.1 --- CMakeLists.txt | 2 +- dist/mac/build.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7262bba..b1021117 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ add_definitions(-DLIBEXECDIR="${CMAKE_INSTALL_FULL_LIBEXECDIR}") find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Gui Network Qml Quick QuickControls2 Widgets) -find_package(AdwaitaQt "1.2.0" REQUIRED) +find_package(AdwaitaQt "1.2.1" REQUIRED) # Installation paths get_target_property(REAL_QMAKE_EXECUTABLE ${Qt5Core_QMAKE_EXECUTABLE} diff --git a/dist/mac/build.sh b/dist/mac/build.sh index d52bb474..26ec0dee 100755 --- a/dist/mac/build.sh +++ b/dist/mac/build.sh @@ -35,6 +35,7 @@ function configure() { echo "=== Building Adwaita-qt ===" git clone https://github.com/FedoraQt/adwaita-qt.git pushd adwaita-qt > /dev/null + git checkout 1.2 mkdir -p "build" pushd build > /dev/null cmake ..