build-style/cmake: set common Qt options
This commit is contained in:
parent
0f71efb26b
commit
a72cf1e3de
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ _EOF
|
||||||
cmake_args+=" -DCMAKE_INSTALL_PREFIX=/usr"
|
cmake_args+=" -DCMAKE_INSTALL_PREFIX=/usr"
|
||||||
cmake_args+=" -DCMAKE_BUILD_TYPE=None"
|
cmake_args+=" -DCMAKE_BUILD_TYPE=None"
|
||||||
cmake_args+=" -DCMAKE_INSTALL_LIBDIR=lib${XBPS_TARGET_WORDSIZE}"
|
cmake_args+=" -DCMAKE_INSTALL_LIBDIR=lib${XBPS_TARGET_WORDSIZE}"
|
||||||
|
cmake_args+=" -DQT_HOST_PATH=/usr"
|
||||||
|
# QT_HOST_PATH isn't enough in my system,
|
||||||
|
# which have binfmts support on and off
|
||||||
|
cmake_args+=" -DQT_HOST_PATH_CMAKE_DIR=/usr/lib/cmake"
|
||||||
|
|
||||||
if [[ $build_helper = *"qemu"* ]]; then
|
if [[ $build_helper = *"qemu"* ]]; then
|
||||||
echo "SET(CMAKE_CROSSCOMPILING_EMULATOR /usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static)" \
|
echo "SET(CMAKE_CROSSCOMPILING_EMULATOR /usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static)" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue