qt6windows7/mkspecs/linux-g++/qmake.conf

13 lines
261 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
#
# 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)