Skip to content
Snippets Groups Projects
Verified Commit 76aa1399 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Drop QT_MAJOR_VERSION

parent 6dc41799
No related branches found
No related merge requests found
...@@ -29,8 +29,7 @@ validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aac ...@@ -29,8 +29,7 @@ validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aac
build() { build() {
cmake -B build -S $pkgname-$pkgver \ cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF \ -DBUILD_TESTING=OFF \
-DBUILD_QCH=ON \ -DBUILD_QCH=ON
-DQT_MAJOR_VERSION=6
cmake --build build cmake --build build
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment