summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2017-09-13 18:42:23 +0200
committerMichal Klocek <michal.klocek@qt.io>2017-09-19 07:51:20 +0000
commitd8f18e2b918e2f7c8149d3e6cd1510b27bde7dfd (patch)
treefab2058afa678909dd06f831b79fb68316cdb40a /mkspecs
parentaaac5fe1f9a1be81b919642e6272967f86fef1a5 (diff)
Add testsupport to new configure system
Change-Id: I123ce22ea3a3d8b7b80c67fa322cb817d924f2e0 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/functions.prf12
1 files changed, 0 insertions, 12 deletions
diff --git a/mkspecs/features/functions.prf b/mkspecs/features/functions.prf
index cdb826d98..0074a27b0 100644
--- a/mkspecs/features/functions.prf
+++ b/mkspecs/features/functions.prf
@@ -116,18 +116,6 @@ defineReplace(gnOS) {
return(unknown)
}
-defineTest(isDeveloperBuild) {
- qtConfig(private_tests): return(true) # enabled for developer-build
- return(false)
-}
-
-defineTest(isQMLTestSupportApiEnabled) {
- isDeveloperBuild(): return(true)
- contains(QT_BUILD_PARTS, tests): return(true)
- contains(WEBENGINE_CONFIG, testsupport): return(true)
- return(false)
-}
-
defineTest(skipBuild) {
skipBuildReason = "$$skipBuildReason $${EOL}$$1"
export(skipBuildReason)