diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-09 13:55:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-10 20:25:07 +0200 |
commit | bb6bcabda53dbd64dda43f09fab9f4ad6f34eba6 (patch) | |
tree | 4fe51458a061c92587c22be397fd74a2e4436aaf /vcl/UIConfig_vcl.mk | |
parent | 68549e00d5e23aa22bc974a8151d93cd948444b3 (diff) |
support screenshotting .ui files with GtkBuilder
so...
SAL_USE_VCLPLUGIN=gtk3 make screenshot
for the "unknown dialog" cases of make screenshot, which loads .ui files and
tries to render them, will render them with the native gtk infrastructure
Change-Id: Ifc8fe264155887c4d01b7ce0e2aa53e12acbfcb0
Reviewed-on: https://gerrit.libreoffice.org/80545
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/UIConfig_vcl.mk')
-rw-r--r-- | vcl/UIConfig_vcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/UIConfig_vcl.mk b/vcl/UIConfig_vcl.mk index 638fc9a537ae..c00d0d461f23 100644 --- a/vcl/UIConfig_vcl.mk +++ b/vcl/UIConfig_vcl.mk @@ -23,6 +23,7 @@ $(eval $(call gb_UIConfig_add_uifiles,vcl,\ vcl/uiconfig/ui/printerpropertiesdialog \ vcl/uiconfig/ui/printprogressdialog \ vcl/uiconfig/ui/querydialog \ + vcl/uiconfig/ui/screenshotparent \ )) $(eval $(call gb_UIConfig_add_a11yerrors_uifiles,vcl,\ |