blob: e5798dd99c960beb4ca5b474b6ee1b05bc0d1059 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Lazarus for qt
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Lazarus%20for%20qt&In-Reply-To=%3C4E95965F.6080804%40laposte.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008778.html">
<LINK REL="Next" HREF="008837.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Lazarus for qt</H1>
<B>andre999</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Lazarus%20for%20qt&In-Reply-To=%3C4E95965F.6080804%40laposte.net%3E"
TITLE="[Mageia-dev] Lazarus for qt">andre999mga at laposte.net
</A><BR>
<I>Wed Oct 12 15:30:07 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="008778.html">[Mageia-dev] Lazarus for qt
</A></li>
<LI>Next message: <A HREF="008837.html">[Mageia-dev] Lazarus for qt
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8787">[ date ]</a>
<a href="thread.html#8787">[ thread ]</a>
<a href="subject.html#8787">[ subject ]</a>
<a href="author.html#8787">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Joaquin Mandriva a écrit :
><i>
</I>><i>
</I>><i> 2011/10/12 andre999 <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">andre999mga at laposte.net</A>
</I>><i> <mailto:<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">andre999mga at laposte.net</A>>>
</I>><i>
</I>><i> Joaquin Mandriva a écrit :
</I>><i>
</I>><i> Hello!
</I>><i>
</I>><i> The package Lazarus in Cauldron only works on gtk2. For
</I>><i> working with qt
</I>><i> is neccesary to change the line of the file spec 'export
</I>><i> LCL_PLATFORM=gtk2'
</I>><i> to 'export LCL_PLATFORM=qt'.
</I>><i>
</I>><i> Find an example of file spec here:
</I>><i> <A HREF="https://build.opensuse.org/package/view_file?file=lazarus-qt.spec&package=lazarus-qt&project=home%3Aenzokiel&srcmd5=b56e9b13184ee7e052da6b0a562a0947">https://build.opensuse.org/package/view_file?file=lazarus-qt.spec&package=lazarus-qt&project=home%3Aenzokiel&srcmd5=b56e9b13184ee7e052da6b0a562a0947</A>
</I>><i> <<A HREF="https://build.opensuse.org/package/view_file?file=lazarus-qt.spec&package=lazarus-qt&project=home%3Aenzokiel&srcmd5=b56e9b13184ee7e052da6b0a562a0947">https://build.opensuse.org/package/view_file?file=lazarus-qt.spec&package=lazarus-qt&project=home%3Aenzokiel&srcmd5=b56e9b13184ee7e052da6b0a562a0947</A>>
</I>><i> <<A HREF="https://build.opensuse.org/package/view_file?file=lazarus-qt.spec&package=lazarus-qt&project=home%3Aenzokiel&srcmd5=b56e9b13184ee7e052da6b0a562a0947">https://build.opensuse.org/package/view_file?file=lazarus-qt.spec&package=lazarus-qt&project=home%3Aenzokiel&srcmd5=b56e9b13184ee7e052da6b0a562a0947</A>
</I>><i> <<A HREF="https://build.opensuse.org/package/view_file?file=lazarus-qt.spec&package=lazarus-qt&project=home%3Aenzokiel&srcmd5=b56e9b13184ee7e052da6b0a562a0947">https://build.opensuse.org/package/view_file?file=lazarus-qt.spec&package=lazarus-qt&project=home%3Aenzokiel&srcmd5=b56e9b13184ee7e052da6b0a562a0947</A>>>
</I>><i>
</I>><i>
</I>><i>
</I>><i> Afterwards, do what it is shown on the section "Quick start
</I>><i> guide for Linux"
</I>><i> of the website:
</I>><i> <A HREF="http://wiki.lazarus.freepascal.org/Qt_Interface">http://wiki.lazarus.freepascal.org/Qt_Interface</A>
</I>><i>
</I>><i> Which says:
</I>><i> - To visit:
</I>><i> <A HREF="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html">http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html</A>
</I>><i> - To download:
</I>><i> <A HREF="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.4/bin-qt4pas-V2.4_Qt4.5.3.tar.gz">http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.4/bin-qt4pas-V2.4_Qt4.5.3.tar.gz</A>
</I>><i> - To unpack: bin-qt4pas-V2.4_Qt4.5.3.tar.gz
</I>><i> - To copy files to /usr/lib
</I>><i>
</I>><i> Lazarus QT is neccessary to pack Double Commander 0.5.1.
</I>><i>
</I>><i>
</I>><i> Regards,
</I>><i> Joaquin.
</I>><i>
</I>><i>
</I>><i> You're suggesting to make a companion package that works with QT ?
</I>><i>
</I>><i> Yes, it's necessary (for example) to pack Double Commander 0.5.1.
</I>><i> <A HREF="http://doublecmd.sourceforge.net/">http://doublecmd.sourceforge.net/</A>
</I>><i>
</I>Following the various links from there, there is a gtk2 version of
Double Commander 0.5.1 for Mandriva 2010.1 (called doublecmd-gtk)
<A HREF="http://software.opensuse.org/download.html?project=home:Alexx2000&package=doublecmd-gtk">http://software.opensuse.org/download.html?project=home:Alexx2000&package=doublecmd-gtk</A>
(Click the Mandriva icon.)
It is in the official Mandriva repos. (i586, x86_64, and src.rpm packages)
So it could be imported as an update.
Unless of course you want to avoid gtk2.
Since we are only talking about buildrequires between the Lazarus and
Lazarus-qt, the difference is essentially requiring QT vs. resquiring gtk2.
Regards,
--
André
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008778.html">[Mageia-dev] Lazarus for qt
</A></li>
<LI>Next message: <A HREF="008837.html">[Mageia-dev] Lazarus for qt
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8787">[ date ]</a>
<a href="thread.html#8787">[ thread ]</a>
<a href="subject.html#8787">[ subject ]</a>
<a href="author.html#8787">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|