aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2017-04-07 08:44:53 +0300
committerSimo Fält <simo.falt@qt.io>2017-04-24 17:59:36 +0000
commit3d3ca5a13c6a35883f5bfa3175a8f1ae00dfaa0d (patch)
tree37e8f1df131b041e50d11129d7b85d6142051c99
parenta26ed9570c95f2315a2fc0b0f58d2cfebe955a00 (diff)
Enable make docs target on non macOSv5.9.0-beta4
All docs for binary installers are created with Linux so we need to enable doc build on other platforms than macOS. Task-number: QTBUG-59113 Change-Id: I81ddc3817cebff1d86121cadc40c3100c115177e Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--examples/examples.pro2
-rw-r--r--qtmacextras.pro1
-rw-r--r--tests/tests.pro2
3 files changed, 2 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 37692d4..1f586b9 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS = macextras
+darwin: SUBDIRS = macextras
diff --git a/qtmacextras.pro b/qtmacextras.pro
index 78cfe59..58c33f2 100644
--- a/qtmacextras.pro
+++ b/qtmacextras.pro
@@ -1,2 +1 @@
-requires(darwin)
load(qt_parts)
diff --git a/tests/tests.pro b/tests/tests.pro
index 7fbc8a9..d365f4d 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS = auto
+darwin: SUBDIRS = auto