summaryrefslogtreecommitdiff
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2023-09-15 22:38:02 +0200
committerHossein <hossein@libreoffice.org>2023-09-15 23:48:49 +0200
commit36163d269bd8f77a86605e4c5ff5adce17b4c66c (patch)
treea28a25c705632b6280a293818e13c23a1cb66a39 /vcl/Module_vcl.mk
parent140fe3080da8dd6468a223cb7bb56d3734377b9c (diff)
Make svptest VCL example build on all platforms
Previously, svptest VCL example was not built on all paltforms. Now, svptest is built on Windows and elsewhere. To run, one can invoke: ./bin/run svptest Change-Id: I915a4ef9748e2248d2d209969d1fef079ee06cff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156972 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 704b324622fe..dd66a86dbf73 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -45,6 +45,7 @@ $(eval $(call gb_Module_add_targets,vcl,\
Executable_vcldemo \
Executable_svdemo \
Executable_minvcl \
+ Executable_svptest \
Executable_icontest \
Executable_visualbackendtest \
Executable_mtfdemo \
@@ -57,7 +58,6 @@ ifeq ($(CROSS_COMPILING)$(DISABLE_DYNLOADING),)
$(eval $(call gb_Module_add_targets,vcl,\
$(if $(filter-out ANDROID iOS WNT,$(OS)), \
Executable_fftester \
- Executable_svptest \
Executable_listfonts \
Executable_listglyphs \
Executable_svpclient) \