qt5base-lts/mkspecs/linux-g++-32/qmake.conf
Oswald Buddenhagen 3e6d172638 move inclusions of unix.conf (and related files) near the top
that way we can override the values defined there.

Change-Id: Ib9bce596d9fd43875b26a97c5489ee9d0d46b77c
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2015-10-01 16:19:27 +00:00

18 lines
326 B
Plaintext

#
# qmake configuration for linux-g++
#
MAKEFILE_GENERATOR = UNIX
CONFIG += incremental
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/linux.conf)
QMAKE_CFLAGS = -m32
QMAKE_LFLAGS = -m32
include(../common/gcc-base-unix.conf)
include(../common/g++-unix.conf)
load(qt_config)