mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 16:31:40 +02:00
lazarus deb: added qt widgetset option
git-svn-id: trunk@38041 -
This commit is contained in:
parent
072c2aeec0
commit
59740df032
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -6567,6 +6567,7 @@ tools/install/debian_fpc/copyright svneol=native#text/plain
|
||||
tools/install/debian_fpc/postinst svneol=native#text/plain
|
||||
tools/install/debian_lazarus/control svneol=native#text/plain
|
||||
tools/install/debian_lazarus/controlgtk svneol=native#text/plain
|
||||
tools/install/debian_lazarus/controlqt svneol=native#text/plain
|
||||
tools/install/do_nothing.sh svneol=native#text/plain
|
||||
tools/install/file_filter.sh svneol=native#text/plain
|
||||
tools/install/freebsd_ports/Makefile svneol=native#text/plain
|
||||
|
12
tools/install/debian_lazarus/controlqt
Normal file
12
tools/install/debian_lazarus/controlqt
Normal file
@ -0,0 +1,12 @@
|
||||
Source: lazarus
|
||||
Package: lazarusqt
|
||||
Version: LAZVERSION
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Mattias Gaertner <mattias@freepascal.org>
|
||||
Architecture: ARCH
|
||||
Depends: libqt4pas5, libqt4pas-dev, libqtgui4, fpc (>=FPCVERSION) | fp-compiler (>=FPCVERSION), fpc-src (>=FPCVERSION) | fpc-source (>=FPCVERSION), fpc (>=FPCVERSION) | fp-ide (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-base (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-db (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-fcl (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-fv (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gfx (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gnome1 (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gtk (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-gtk2 (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-misc (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-net (>=FPCVERSION), fpc (>=FPCVERSION) | fp-units-rtl (>=FPCVERSION), fpc (>=FPCVERSION) | fp-utils (>=FPCVERSION)
|
||||
Description: RAD tool for freepascal
|
||||
Lazarus is a free and opensource IDE and RAD tool for Free Pascal using the
|
||||
Lazarus component library LCL. The LCL is included in this package too.
|
||||
See http://www.lazarus.freepascal.org
|
Loading…
Reference in New Issue
Block a user