summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
blob: cad05d8cb26ae5c57b1322366a59cd1ac8e8e435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qt_build_config)

MODULE_VERSION = 6.0.0

SOURCE_DIR=$$PWD
BUILD_DIR=$$shadowed($$PWD)
QMAKEFEATURES=$$SOURCE_DIR/qmake-features

CMAKE_MODULE_TESTS = -

# Load the am-coverage feature in every pro file
# This makes sure we compile everything with coverage data
# when the coverage target gets executed
!win32: CONFIG += am-coverage