diff options
Diffstat (limited to 'x11/qt5-qev/files/patch-src_src.pro')
-rw-r--r-- | x11/qt5-qev/files/patch-src_src.pro | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/qt5-qev/files/patch-src_src.pro b/x11/qt5-qev/files/patch-src_src.pro index 50751bb518e9..79f628c6762d 100644 --- a/x11/qt5-qev/files/patch-src_src.pro +++ b/x11/qt5-qev/files/patch-src_src.pro @@ -1,6 +1,6 @@ ---- src/src.pro.orig 2020-04-12 19:54:33 UTC +--- src/src.pro.orig 2020-11-20 20:04:07 UTC +++ src/src.pro -@@ -1,54 +1,3 @@ +@@ -1,55 +1,3 @@ TEMPLATE = subdirs -qtHaveModule(widgets) { @@ -9,10 +9,11 @@ - } else { - QT_FOR_CONFIG += widgets - qtConfig(pushbutton):qtConfig(toolbutton) { -- SUBDIRS = assistant \ -- designer \ +- SUBDIRS = designer \ - pixeltool - +- !static|contains(QT_PLUGINS, qsqlite): SUBDIRS += assistant +- - linguist.depends = designer - } - qtHaveModule(quick):qtConfig(thread):qtConfig(toolbutton): SUBDIRS += distancefieldgenerator |