qt6windows7/mkspecs/macx-g++/qmake.conf
2023-10-29 23:33:08 +01:00

18 lines
381 B
Plaintext

#macx-g++ (different from g++.conf)
#
# qmake configuration for macx-g++
#
# OS X + command-line compiler
#
MAKEFILE_GENERATOR = UNIX
CONFIG += app_bundle incremental global_init_link_order lib_version_first
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/macx.conf)
include(../common/gcc-base-mac.conf)
include(../common/g++-macx.conf)
load(qt_config)