11 lines
525 B
Diff
11 lines
525 B
Diff
--- x86_64/qtbase/src/plugins/platformthemes/platformthemes.pro.orig 2018-04-25 13:28:03.000000000 +0300
|
|
+++ x86_64/qtbase/src/plugins/platformthemes/platformthemes.pro 2018-06-16 13:46:08.607496600 +0300
|
|
@@ -1,6 +1,6 @@
|
|
TEMPLATE = subdirs
|
|
QT_FOR_CONFIG += widgets-private
|
|
|
|
-qtConfig(dbus):qtConfig(regularexpression):qtConfig(mimetype): SUBDIRS += xdgdesktopportal
|
|
+qtConfig(dbus):qtConfig(regularexpression):qtConfig(mimetype):!win32: SUBDIRS += xdgdesktopportal
|
|
|
|
qtHaveModule(widgets):qtConfig(gtk3): SUBDIRS += gtk3
|