termux-packages/x11-packages/qt5-qtbase/qmake.host.conf
Simeon Huang a5023da38f
Build Qt with glib and build GTK+ platform theme plugin (#331)
To use GTK+3 platform theme, install the new subpackage,

export QT_QPA_PLATFORMTHEME=gtk3
2022-04-18 14:46:54 +05:30

17 lines
487 B
Plaintext

# This configuration is for the termux builder (Ubuntu glibc)
QT_QPA_DEFAULT_PLATFORM = xcb
MAKEFILE_GENERATOR = UNIX
CONFIG += incremental
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/linux.conf)
include(../common/gcc-base-unix.conf)
include(../common/g++-unix.conf)
QMAKE_INCDIR += @TERMUX_PREFIX@/include
QMAKE_INCDIR += @TERMUX_PREFIX@/include/glib-2.0
QMAKE_INCDIR += @TERMUX_PREFIX@/lib/glib-2.0/include
load(qt_config)