diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-03-18 09:37:42 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-03-18 09:37:42 +0000 |
commit | ccb075974927198585d93f60042a06c3956c5e70 (patch) | |
tree | c0c66b80a92a56c0bc2bea93add708c3873588aa /graphics/qt5-pixeltool/files/patch-src__src.pro | |
parent | devel/gdb: add CPE information (diff) |
Update Qt5 to 5.4.1.
This is probably the first time our Qt 5 ports are tracking the latest
upstream release :-)
There isn't much to report in this update, thanks to the effort spent in the
5.2->5.3 update: a lot of the work is just small plist and patch updates.
Thankfully, several patches have been upstreamed and are not needed on our
side anymore.
I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias
Berner <tcberner@gmail.com> for their help with the plist updates and
general testing.
PR: 198585
Notes
Notes:
svn path=/head/; revision=381532
Diffstat (limited to 'graphics/qt5-pixeltool/files/patch-src__src.pro')
-rw-r--r-- | graphics/qt5-pixeltool/files/patch-src__src.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qt5-pixeltool/files/patch-src__src.pro b/graphics/qt5-pixeltool/files/patch-src__src.pro index 5419f8421292..966cb3496f48 100644 --- a/graphics/qt5-pixeltool/files/patch-src__src.pro +++ b/graphics/qt5-pixeltool/files/patch-src__src.pro @@ -34,7 +34,7 @@ missing dependencies. -qtHaveModule(dbus): SUBDIRS += qdbus - -win32|winrt:SUBDIRS += windeployqt --winrt:SUBDIRS += winrtrunner qtd3dservice +-winrt:SUBDIRS += winrtrunner -qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag - -qtNomakeTools( \ |