diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-13 12:08:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-14 09:59:12 +0100 |
commit | 29e9fe918d10001ddd2c7ce68064397ada98f4f6 (patch) | |
tree | f14625e61c63ff483a5ffea2f2ef75507c4130df /vcl/Executable_icontest.mk | |
parent | 3f893b52e726d96cb5dfebbc9afc88c28f0a8463 (diff) |
move dialog.hxx to vcl/include/toolkit
Change-Id: Ia3877f58b6e5ccc4fb1621e6b928638e0c850e7a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88602
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/Executable_icontest.mk')
-rw-r--r-- | vcl/Executable_icontest.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/Executable_icontest.mk b/vcl/Executable_icontest.mk index 6faf33703aa1..cdf47e6dc198 100644 --- a/vcl/Executable_icontest.mk +++ b/vcl/Executable_icontest.mk @@ -25,6 +25,10 @@ $(eval $(call gb_Executable_add_defs,icontest,\ )) endif +$(eval $(call gb_Executable_add_defs,icontest,\ + -DVCL_WORKBEN \ +)) + $(eval $(call gb_Executable_use_api,icontest,\ offapi \ udkapi \ |