Changeset View
Changeset View
Standalone View
Standalone View
lang/qt5-qml/files/patch-src__src.pro
| Only enter the directories we want to build, otherwise we might fail due to | Only enter the directories we want to build, otherwise we might fail due to | ||||
| missing dependencies. | missing dependencies. | ||||
| --- src/src.pro.orig 2016-04-01 14:48:16 UTC | |||||
| --- src/src.pro | |||||
| +++ src/src.pro | +++ src/src.pro | ||||
| @@ -3,18 +3,7 @@ | @@ -3,20 +3,7 @@ CONFIG += ordered | ||||
| SUBDIRS += \ | SUBDIRS += \ | ||||
| qml | qml | ||||
| -qtHaveModule(gui):contains(QT_CONFIG, opengl(es1|es2)?) { | -qtHaveModule(gui):contains(QT_CONFIG, opengl(es1|es2)?) { | ||||
| - SUBDIRS += \ | - SUBDIRS += \ | ||||
| - quick \ | - quick \ | ||||
| - qmltest \ | - qmltest \ | ||||
| - particles | - particles | ||||
| - | - | ||||
| - qtHaveModule(widgets): SUBDIRS += quickwidgets | - qtHaveModule(widgets): SUBDIRS += quickwidgets | ||||
| -} | -} | ||||
| - | - | ||||
| SUBDIRS += \ | SUBDIRS += \ | ||||
| - plugins \ | - plugins \ | ||||
| - imports \ | - imports \ | ||||
| qmldevtools | qmldevtools | ||||
| -!contains(QT_CONFIG, no-qml-debug): SUBDIRS += qmldebug | |||||
| - | |||||
| qmldevtools.CONFIG = host_build | qmldevtools.CONFIG = host_build | ||||