Enable built-in translations in static Windows build of qtutilities

This commit is contained in:
Martchus 2019-10-21 17:14:30 +02:00
parent 33b951e63b
commit e5762bb710
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ _reponame=qtutilities
pkgname=mingw-w64-qtutilities
_name=${pkgname#mingw-w64-}
pkgver=6.0.2
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)'
license=('GPL')
@ -36,6 +36,7 @@ build() {
-DCMAKE_FIND_LIBRARY_SUFFIXES:STRING=.a;.lib
-DSTATIC_LINKAGE:BOOL=ON
-DSTATIC_LIBRARY_LINKAGE:BOOL=ON
-DBUILTIN_TRANSLATIONS:BOOL=ON
-DQT_PACKAGE_PREFIX=StaticQt5
-DKF_PACKAGE_PREFIX=StaticKF5
'