1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Bastian Germann <bage@debian.org>
Date: Wed, 20 Sep 2023 12:44:29 +0200
Subject: Build with qt5 widgetset
---
Makefile.fpc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.fpc b/Makefile.fpc
index 4622c4d..6ff3e1e 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -32,7 +32,7 @@ $(info Using Lazarus dir: $(LAZARUS_DIR))
LAZRES=$(LAZARUS_DIR)/tools/lazres$(SRCEXEEXT)
# Widgetset
-LCL_WIDGETSET=gtk2
+LCL_WIDGETSET=qt5
ifneq ($(findstring $(OS_TARGET),win32,win64),)
LCL_WIDGETSET=win32
endif
|