freebsd-ports/devel/qt5-uitools/files/patch-src__designer__src__src.pro
Tobias C. Berner 60768bf27d Update Qt5 to 5.11.1
Big thanks to
        * brnrd for the libressl patches in net/qt5-network
        * jhale for fixing the bulk load of ports

PR:		230884
Exp-run by:	antoine
2018-09-09 11:12:14 +00:00

32 lines
653 B
INI

Only enter the directories we want to build, otherwise we might fail due to
missing dependencies.
--- src/designer/src/src.pro.orig 2018-06-09 11:10:38 UTC
+++ src/designer/src/src.pro
@@ -3,26 +3,3 @@ TEMPLATE = subdirs
SUBDIRS = \
uiplugin \
uitools
-
-qtConfig(process) {
- SUBDIRS += \
- lib \
- components \
- designer
-
- lib.depends = uiplugin
- components.depends = lib
- designer.depends = components
- plugins.depends = lib
-
- contains(QT_CONFIG, shared): SUBDIRS += plugins
-}
-
-uitools.depends = uiplugin
-
-qtNomakeTools( \
- lib \
- components \
- designer \
- plugins \
-)