3e6d172638
that way we can override the values defined there. Change-Id: Ib9bce596d9fd43875b26a97c5489ee9d0d46b77c Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
18 lines
326 B
Plaintext
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)
|