diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-01 04:13:31 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-01 04:13:31 +0000 |
commit | c45de9579f6ec97574056dd335df02031ccd00ad (patch) | |
tree | bf42b7c476faa7a6183d0feaa4c65bb90053847d /devel/qt5-linguisttools/files/patch-src__src.pro | |
parent | irc/py-limnoria: Backport Web plugin bugfixes (diff) |
Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13
Thanks to adridg who helped to fix a lot of packages.
Exp-run by: antoine
PR: 238782
Notes
Notes:
svn path=/head/; revision=513447
Diffstat (limited to 'devel/qt5-linguisttools/files/patch-src__src.pro')
-rw-r--r-- | devel/qt5-linguisttools/files/patch-src__src.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/qt5-linguisttools/files/patch-src__src.pro b/devel/qt5-linguisttools/files/patch-src__src.pro index 8bce1daf668b..64158f19d791 100644 --- a/devel/qt5-linguisttools/files/patch-src__src.pro +++ b/devel/qt5-linguisttools/files/patch-src__src.pro @@ -1,7 +1,7 @@ Only enter the directories we want to build, otherwise we might fail due to missing dependencies. ---- src/src.pro.orig 2019-03-18 18:35:56 UTC +--- src/src.pro.orig 2019-02-14 20:23:20 UTC +++ src/src.pro @@ -1,54 +1,3 @@ TEMPLATE = subdirs @@ -58,4 +58,4 @@ missing dependencies. - winrtrunner.depends += qtattributionsscanner - linguist.depends += qtattributionsscanner -} -+SUBDIRS += linguist ++SUBDIRS = linguist |