mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
f6e69c60be
%ci:no-build
17 lines
487 B
Plaintext
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)
|