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

MODULE_VERSION = 1.9.9

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

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