Skip to content

Commit

Permalink
fix: wrong path in arch
Browse files Browse the repository at this point in the history
  install qt6 directory.
  • Loading branch information
18202781743 committed Jan 4, 2024
1 parent 67fe75e commit a6205f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ build() {
cmake \
-GNinja \
-DDTK_VERSION=$version \
-DMKSPECS_INSTALL_DIR=lib/qt/mkspecs/modules/ \
-DMKSPECS_INSTALL_DIR=lib/qt6/mkspecs/modules/ \
-DBUILD_PLUGINS=OFF \
-DBUILD_DOCS=ON \
-DQCH_INSTALL_DESTINATION=share/doc/qt \
-DQCH_INSTALL_DESTINATION=share/doc/qt6 \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit a6205f2

Please sign in to comment.