diff options
| author | Jake Petroules <[email protected]> | 2016-08-17 13:23:08 -0700 |
|---|---|---|
| committer | Jake Petroules <[email protected]> | 2016-08-18 22:31:10 +0000 |
| commit | 36ca32dbb92cf8782f78caddad554aca698b786c (patch) | |
| tree | af31bdea385b053d1360df27425d7e0d173c7cf7 | |
| parent | b4ebb61c0dcb60e98a8be3f9dbe36c6e498d969a (diff) | |
Don't disable examples on iOS and tvOS
This is just an excuse to let build failures slip past CI, as has
happened and been fixed recently.
Change-Id: If4356eaced0f90c7c455b21cc7676b0c9b7b1e27
Reviewed-by: Erik Verbruggen <[email protected]>
| -rw-r--r-- | configure.pri | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.pri b/configure.pri index 4b98335dd7c..8f3c3b401f9 100644 --- a/configure.pri +++ b/configure.pri @@ -229,7 +229,6 @@ defineTest(qtConfTest_buildParts) { parts += tools } - ios|tvos: parts -= examples parts -= $$config.input.nomake # always add libs, as it's required to build Qt |
