14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
load(qt_build_config)
|
|
|
|
CONFIG += warning_clean exceptions qt_module_build c++17
|
|
# DEFINES += QT_DEPRECATED_WARNINGS QT_ASCII_CAST_WARNINGS
|
|
|
|
MODULE_VERSION = 0.6.0
|
|
|
|
# had to be added because std::visit only works on macos 10.14 and above
|
|
# remove again once Qt raises the value to 10.14!
|
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.14
|
|
QMAKE_IOS_DEPLOYMENT_TARGET = 12.0
|
|
|
|
|