summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2021-12-30 11:43:47 +0100
committerHossein <hossein@libreoffice.org>2021-12-30 13:36:23 +0100
commitdd1b0471b70f9b5c5db6b681c1fceacfe17c9349 (patch)
treee39ddc2d1151301ef6aefde50e03d729c0fd9104 /Repository.mk
parent206c52d1248cc474fc7c3bbb6812688c97eb2ca0 (diff)
Minimal vcl application
Created a minimal vcl application inside vcl/workben in ~55 loc in which creates a window and paints a simple text inside it. One can run the application by invoking: ./bin/run minvcl Change-Id: If648666ff25c4b66089a37c8d8164752663fa225 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125124 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index dddb180f589c..812d47dc18df 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -67,6 +67,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \
xrmex \
$(if $(filter-out ANDROID iOS WNT,$(OS)), \
svdemo \
+ minvcl \
fftester \
svptest \
svpclient ) \