source: general/prog/qt5pas.xml@ 00cbc797

lazarus
Last change on this file since 00cbc797 was 904df6ec, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

Add qt5pas

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY qt5pas-download-http "https://github.com/davidbannon/libqt5pas/archive/v&qt5pas-version;/libqt5pas-&qt5pas-version;.tar.gz">
8 <!ENTITY qt5pas-md5sum "f2171acbe358e16e7c4344928c53d2c3">
9 <!ENTITY qt5pas-size "471.6 KB">
10 <!ENTITY qt5pas-buildsize "2.5 MB">
11 <!ENTITY qt5pas-time "7 SBU">
12]>
13
14<sect1 id="qt5pas" xreflabel="qt5pas-&qt5pas-version;">
15 <?dbhtml filename="qt5pas.html"?>
16
17 <sect1info>
18 <date>$Date$</date>
19 </sect1info>
20
21 <title>qt5pas-&qt5pas-version;</title>
22
23 <indexterm zone="qt5pas">
24 <primary sortas="a-qt5pas">qt5pas</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to qt5pas</title>
29
30 <para>
31 libqt5pas is an interface between Lazarus and the Qt5 libraries.
32 </para>
33
34 &lfs110a_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&qt5pas-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download MD5 sum: &qt5pas-md5sum;
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download size: &qt5pas-size;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Estimated disk space required: &qt5pas-buildsize;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated build time: &qt5pas-time;
61 </para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">qt5pas Dependencies</bridgehead>
66 <para role="required">
67 <xref linkend="fpc"/> and
68 <xref linkend="qt5"/>
69 </para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/qt5pas"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of qt5pas</title>
78
79 <para>
80 Build the package by running the following commands:
81 </para>
82
83<screen><userinput>cd cbindings &amp;&amp;
84qmake-qt5 "QT += x11extras" &amp;&amp;
85make</userinput></screen>
86
87 <para>
88 This package does not come with a test suite.
89 </para>
90
91 <para>
92 Now, install <application>qt5pas</application> as the
93 <systemitem class="username">root</systemitem> user:
94 </para>
95
96<screen role="root"><userinput>make install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="content">
101 <title>Contents</title>
102
103 <segmentedlist>
104 <segtitle>Installed Program</segtitle>
105 <segtitle>Installed Libraries</segtitle>
106 <segtitle>Installed Directories</segtitle>
107
108 <seglistitem>
109 <seg>None</seg>
110 <seg>libQt5Pas.so</seg>
111 <seg>None</seg>
112 </seglistitem>
113 </segmentedlist>
114
115 <variablelist>
116 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
117 <?dbfo list-presentation="list"?>
118 <?dbhtml list-presentation="table"?>
119
120 <varlistentry id="qt5pas-lib">
121 <term><filename class="libraryfile">libQt5Pas.so</filename></term>
122 <listitem>
123 <para>
124 provides the QT bindings
125 </para>
126 <indexterm zone="qt5pas qt5pas-lib">
127 <primary sortas="b-qt5pas">qt5pas</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131
132 </variablelist>
133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.