Skip to content

Commit

Permalink
Require Adwaita-qt 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grulja committed Mar 22, 2021
1 parent 868fc2b commit 79d9625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 1 addition & 0 deletions dist/mac/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 79d9625

Please sign in to comment.