summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2021-06-29 01:41:34 +0200
committerRobert Griebl <robert.griebl@qt.io>2021-06-30 15:56:23 +0200
commite38f7b9239383b55617acc101c212a83fe63cd54 (patch)
tree1ea7c40e6a20eefb69de435da71926738bf928c9 /.qmake.conf
parent28db22bc8a55dc57126c575b9d5381fa6548a8ba (diff)
cmake: remove qmake build system (except in examples/)
Change-Id: I8d00047f8e03bb77863041eaa99f1bba13a15a32 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/.qmake.conf b/.qmake.conf
deleted file mode 100644
index cad05d8c..00000000
--- a/.qmake.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-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