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)
|