summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2019-07-25 11:36:35 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2019-07-25 12:45:22 +0200
commit9f90e80be036a7b0de9d043ef9fa0f99b948b073 (patch)
treec7427a2b8e8f2e92e8d2a507e2fa5a50577a1f1c /.qmake.conf
parentf514be591fb097d2e6bb6bd3a0b141d5b3444273 (diff)
Fix CI compilation
Change-Id: I9ebb9f0d51a2e874bcb0cdd45844042fdecd566c Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index b2e906fe..3c17fadb 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -6,6 +6,8 @@ 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