File: build-with-qt5-widgetset.patch

package info (click to toggle)
transgui 5.18.0%2Bdfsg-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,860 kB
  • sloc: pascal: 55,507; makefile: 2,296; perl: 380; cs: 347; lisp: 347; sh: 182
file content (21 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
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