mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
13 lines
261 B
Plaintext
13 lines
261 B
Plaintext
|
#
|
||
|
# qmake configuration for linux-g++
|
||
|
#
|
||
|
|
||
|
MAKEFILE_GENERATOR = UNIX
|
||
|
CONFIG += incremental
|
||
|
QMAKE_INCREMENTAL_STYLE = sublib
|
||
|
|
||
|
include(../common/linux.conf)
|
||
|
include(../common/gcc-base-unix.conf)
|
||
|
include(../common/g++-unix.conf)
|
||
|
load(qt_config)
|