package `QtQuick2`
[feed/video.git] / frameworks / qt5quick2 / patches / 000-do-not-build-hosttools.patch
1 --- a/tools/tools.pro 2016-06-11 14:05:08.000000000 +0200
2 +++ b/tools/tools.pro 2016-08-26 14:21:46.134171309 +0200
3 @@ -1,15 +1,15 @@
4 TEMPLATE = subdirs
5 SUBDIRS += \
6 - qmlmin \
7 - qmlimportscanner
8 +# qmlmin \
9 +# qmlimportscanner
10
11 qmlmin.CONFIG = host_build
12 qmlimportscanner.CONFIG = host_build
13
14 !android|android_app {
15 SUBDIRS += \
16 - qml \
17 - qmllint
18 +# qml \
19 +# qmllint
20
21 !contains(QT_CONFIG, no-qml-debug): SUBDIRS += qmlprofiler
22
23 --- a/src/qmldevtools/qmldevtools.pro 2016-06-11 14:05:08.000000000 +0200
24 +++ b/src/qmldevtools/qmldevtools.pro 2016-08-26 14:20:10.322580100 +0200
25 @@ -13,10 +13,10 @@
26 clang:if(greaterThan(QT_CLANG_MAJOR_VERSION, 3)|greaterThan(QT_CLANG_MINOR_VERSION, 3)): \
27 WERROR += -Wno-error=unused-const-variable
28
29 -include(../3rdparty/masm/masm-defs.pri)
30 -include(../qml/parser/parser.pri)
31 -include(../qml/jsruntime/jsruntime.pri)
32 -include(../qml/compiler/compiler.pri)
33 -include(../qml/memory/memory.pri)
34 +#include(../3rdparty/masm/masm-defs.pri)
35 +#include(../qml/parser/parser.pri)
36 +#include(../qml/jsruntime/jsruntime.pri)
37 +#include(../qml/compiler/compiler.pri)
38 +#include(../qml/memory/memory.pri)
39
40 load(qt_module)