qmake bugix missing load() and CONFIG

This commit is contained in:
silverqx
2023-08-14 09:04:49 +02:00
parent 1723e3bf20
commit 24fb2d395e
4 changed files with 21 additions and 0 deletions

View File

@@ -91,6 +91,9 @@
load(tiny_system_includepath)
# Disable auto-configuration
#CONFIG -= tiny_autoconf
!tiny_autoconf: \
load(tiny_find_packages)

View File

@@ -16,6 +16,12 @@ include($$TINYORM_SOURCE_TREE/tests/database/seeders.pri)
load(tiny_system_includepath)
# Disable auto-configuration
#CONFIG -= tiny_autoconf
!tiny_autoconf: \
load(tiny_find_packages)
# MinGW
win32-g++|win32-clang-g++ {
# Enable ccache wrapper

View File

@@ -3,6 +3,12 @@
load(tiny_system_includepath)
# Disable auto-configuration
#CONFIG -= tiny_autoconf
!tiny_autoconf: \
load(tiny_find_packages)
# MinGW
win32-g++|win32-clang-g++ {
# Enable ccache wrapper

View File

@@ -3,6 +3,12 @@
load(tiny_system_includepath)
# Disable auto-configuration
#CONFIG -= tiny_autoconf
!tiny_autoconf: \
load(tiny_find_packages)
# MinGW
win32-g++|win32-clang-g++ {
# Enable ccache wrapper