summaryrefslogtreecommitdiff
path: root/qt
Unidiff
Diffstat (limited to 'qt') (more/less context) (show whitespace changes)
-rw-r--r--qt/control/qpf-cyberbit-120-50-t10.control9
-rw-r--r--qt/qconfig-qpe-single.h41
-rw-r--r--qt/qconfig-qpe.h99
-rw-r--r--qt/qt-embedded-rotation.control10
-rw-r--r--qt/qt-embedded.control9
-rw-r--r--qt/qte231-for-qpe131.patch.gzbin0 -> 2884 bytes
-rw-r--r--qt/qte231-for-qpe140.patch.gzbin0 -> 66728 bytes
-rw-r--r--qt/tmake/propagate.t368
8 files changed, 536 insertions, 0 deletions
diff --git a/qt/control/qpf-cyberbit-120-50-t10.control b/qt/control/qpf-cyberbit-120-50-t10.control
new file mode 100644
index 0000000..8bbc5f7
--- a/dev/null
+++ b/qt/control/qpf-cyberbit-120-50-t10.control
@@ -0,0 +1,9 @@
1Files: $QTDIR/lib/fonts/cyberbit_120_50_t10.qpf
2Priority: required
3Section: qpe/system
4Maintainer: Warwick Allison <warwick@trolltech.com>
5Architecture: arm
6Arch: iPAQ
7Version: 2.3.0-5
8Description: Unicode font
9 A pre-rendered Unicode font.
diff --git a/qt/qconfig-qpe-single.h b/qt/qconfig-qpe-single.h
new file mode 100644
index 0000000..3b5f692
--- a/dev/null
+++ b/qt/qconfig-qpe-single.h
@@ -0,0 +1,41 @@
1/**********************************************************************
2** Copyright (C) 2000 Trolltech AS. All rights reserved.
3**
4** This file is part of Qtopia Environment.
5**
6** This file may be distributed and/or modified under the terms of the
7** GNU General Public License version 2 as published by the Free Software
8** Foundation and appearing in the file LICENSE.GPL included in the
9** packaging of this file.
10**
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13**
14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15**
16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you.
18**
19**********************************************************************/
20#include "qconfig-qpe.h"
21#define QT_NO_NETWORK
22#define NO_CHECK
23
24//#define QT_DEMO_SINGLE_FLOPPY
25
26
27#ifdef QT_DEMO_SINGLE_FLOPPY
28// VGA16 is all we need
29#define QT_NO_QWS_TRANSFORMED
30#define QT_NO_QWS_MACH64
31#define QT_NO_QWS_VOODOO3
32#define QT_NO_QWS_MATROX
33#define QT_NO_QWS_DEPTH_16
34#define QT_NO_QWS_DEPTH_32
35#define QT_NO_SOUND
36#endif
37
38#ifdef QT_NO_QWS_DEPTH_16
39// Needed for mpegplayer on 16bpp
40#define QT_NO_IMAGE_16_BIT
41#endif
diff --git a/qt/qconfig-qpe.h b/qt/qconfig-qpe.h
new file mode 100644
index 0000000..f02c743
--- a/dev/null
+++ b/qt/qconfig-qpe.h
@@ -0,0 +1,99 @@
1/**********************************************************************
2** Copyright (C) 2000 Trolltech AS. All rights reserved.
3**
4** This file is part of Qtopia Environment.
5**
6** This file may be distributed and/or modified under the terms of the
7** GNU General Public License version 2 as published by the Free Software
8** Foundation and appearing in the file LICENSE.GPL included in the
9** packaging of this file.
10**
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13**
14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15**
16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you.
18**
19**********************************************************************/
20#ifndef QT_H
21#endif // QT_H
22
23// Empty leaves all features enabled. See doc/html/features.html for choices.
24
25// Note that disabling some features will produce a libqt that is not
26// compatible with other libqt builds. Such modifications are only
27// supported on Qt/Embedded where reducing the library size is important
28// and where the application-suite is often a fixed set.
29
30#ifndef QT_DLL
31#define QT_DLL // Internal
32#endif
33
34#if defined(QT_QWS_IPAQ) || defined(QT_QWS_CASSIOPEIA) || defined(QT_QWS_EBX)
35# define QT_NO_QWS_CURSOR
36# define QT_NO_QWS_MOUSE_AUTO
37#endif
38#ifndef QT_NO_CODECS
39#define QT_NO_CODECS
40#endif
41#define QT_NO_UNICODETABLES
42//#define QT_NO_IMAGEIO_BMP
43#define QT_NO_IMAGEIO_PPM
44//#define QT_NO_ASYNC_IO
45//#define QT_NO_ASYNC_IMAGE_IO
46#define QT_NO_FREETYPE
47#define QT_NO_BDF
48//#define QT_NO_FONTDATABASE
49#define QT_NO_DRAGANDDROP
50//#define QT_NO_CLIPBOARD
51#define QT_NO_PROPERTIES
52#define QT_NO_NETWORKPROTOCOL
53
54#define QT_NO_IMAGE_TEXT
55
56//#define QT_NO_TOOLTIP
57#define QT_NO_COLORNAMES
58#define QT_NO_TRANSFORMATIONS
59#define QT_NO_TRANSLATION_BUILDER
60#define QT_NO_COMPLEXTEXT
61#define QT_NO_PRINTER
62#define QT_NO_PICTURE
63//#define QT_NO_ICONVIEW
64#define QT_NO_DIAL
65#define QT_NO_SIZEGRIP
66#define QT_NO_WORKSPACE
67//#define QT_NO_TABLE
68//#define QT_NO_ACTION
69//#define QT_NO_SETTINGS
70#define QT_NO_STYLE_POCKETPC
71#ifndef QT_NO_STYLE_AQUA
72# define QT_NO_STYLE_AQUA
73#endif
74#define QT_NO_STYLE_MOTIF
75#define QT_NO_STYLE_PLATINUM
76#define QT_NO_FILEDIALOG
77#define QT_NO_FONTDIALOG
78#define QT_NO_PRINTDIALOG
79#define QT_NO_COLORDIALOG
80#define QT_NO_INPUTDIALOG
81//#define QT_NO_MESSAGEBOX
82#define QT_NO_PROGRESSDIALOG
83//#define QT_NO_TABDIALOG
84#define QT_NO_WIZARD
85#define QT_NO_EFFECTS
86//#define QT_NO_COMPONENT
87#define QT_NO_DOM
88#define QT_NO_SEMIMODAL
89//#define QT_NO_PROGRESSBAR
90#define QT_NO_SPLITTER
91
92#define QT_NO_QWS_SAVEFONTS
93//#define QT_NO_QWS_PROPERTIES
94
95#define QT_NO_QWS_BEOS_WM_STYLE
96#define QT_NO_QWS_KDE2_WM_STYLE
97#define QT_NO_QWS_KDE_WM_STYLE
98#define QT_NO_QWS_WINDOWS_WM_STYLE
99
diff --git a/qt/qt-embedded-rotation.control b/qt/qt-embedded-rotation.control
new file mode 100644
index 0000000..947e1b1
--- a/dev/null
+++ b/qt/qt-embedded-rotation.control
@@ -0,0 +1,10 @@
1Files: $QTDIR/lib/fonts/helvetica_*_{50,50i,75,75i}.* $QTDIR/lib/fonts/helvetica_*_t*5* $QTDIR/lib/fonts/fixed_*_50.* $QTDIR/lib/fonts/fixed_*_t*5* $QTDIR/lib/fonts/micro_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smallsmooth_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smoothtimes_{170,100}_{50,50_t15,50_t5}.*
2Priority: optional
3Section: qpe/system
4Maintainer: Warwick Allison <warwick@trolltech.com>
5Architecture: arm
6Arch: iPAQ
7Version: 2.3.2-3
8Description: Qt/Embedded 0,90,180 rotation fonts
9 The iPAQ's "normal" orientation is 270-degree rotated.
10 These fonts are the fonts for other angles.
diff --git a/qt/qt-embedded.control b/qt/qt-embedded.control
new file mode 100644
index 0000000..1c89dd3
--- a/dev/null
+++ b/qt/qt-embedded.control
@@ -0,0 +1,9 @@
1Files: $QTDIR/lib/libqte.so.$QTE_VERSION $QTDIR/lib/libqte.so.2.3 $QTDIR/lib/libqte.so.2 $QTDIR/lib/fonts/fontdir $QTDIR/lib/fonts/helvetica_*t10* $QTDIR/lib/fonts/fixed_*t10* $QTDIR/lib/fonts/micro_*t10* $QTDIR/lib/fonts/smallsmooth_*t10* $QTDIR/lib/fonts/smoothtimes_{170,100}_50*t10*
2Priority: required
3Section: qpe/system
4Maintainer: Warwick Allison <warwick@trolltech.com>
5Architecture: arm
6Version: $QTE_VERSION-16
7Description: Qt/Embedded environment
8 A complete windowing system and GUI toolkit for handhelds.
9 See "QPE" for applications.
diff --git a/qt/qte231-for-qpe131.patch.gz b/qt/qte231-for-qpe131.patch.gz
new file mode 100644
index 0000000..52fd5f0
--- a/dev/null
+++ b/qt/qte231-for-qpe131.patch.gz
Binary files differ
diff --git a/qt/qte231-for-qpe140.patch.gz b/qt/qte231-for-qpe140.patch.gz
new file mode 100644
index 0000000..fe73648
--- a/dev/null
+++ b/qt/qte231-for-qpe140.patch.gz
Binary files differ
diff --git a/qt/tmake/propagate.t b/qt/tmake/propagate.t
new file mode 100644
index 0000000..1efadaa
--- a/dev/null
+++ b/qt/tmake/propagate.t
@@ -0,0 +1,368 @@
1#############################################################################
2#!
3#! This is a tmake template for building UNIX libraries.
4#!
5#! Actually, it will be trivial to make app vs. lib a config option.
6#!
7#${
8 Project('CONFIG *= propagate');
9 $project{"TMAKE_CXXFLAGS"} = "";
10 $project{"TMAKE_CFLAGS"} = "";
11 $project{"TMAKE_LFLAGS"} = "";
12 $project{"TMAKE_LIBS"} = "";
13
14 Project('TMAKE_LIBS += $$LIBS'); # Misc. project-specific extras
15
16 if ( !Project("INTERFACE_DECL_PATH") ) {
17 Project('INTERFACE_DECL_PATH = .' );
18 }
19 if ( Config("qgl") ) {
20 #! qgl apps need X11 includes and libraries
21 Project('CONFIG *= x11lib');
22 Project('CONFIG *= x11inc');
23 }
24
25 if ( Config("x11") ) {
26 Project('CONFIG *= x11lib');
27 Project('CONFIG *= x11inc');
28 }
29 if ( Config("opengl") ) {
30 Project('TMAKE_CXXFLAGS *= $(SYSCONF_CXXFLAGS_OPENGL)');
31 Project('TMAKE_LFLAGS *= $(SYSCONF_LFLAGS_OPENGL)');
32 Project('TMAKE_LIBS *= $(SYSCONF_LIBS_OPENGL)');
33 }
34 if ( Config("qt") ) {
35 $moc_aware = 1;
36 Project('TMAKE_CXXFLAGS *= $(SYSCONF_CXXFLAGS_QT)');
37 if ( Project("TARGET") ne "qt"
38 && Project("TARGET") ne "qte" ) {
39 Project('TMAKE_LFLAGS *= $(SYSCONF_LFLAGS_QT)');
40 Project('TMAKE_LFLAGS *= $(SYSCONF_RPATH_QT)');
41 Project('TMAKE_LIBS *= $(SYSCONF_LIBS_QT)');
42 }
43 } elsif ( Config("qtinc") ) {
44 Project('TMAKE_CXXFLAGS *= $(SYSCONF_CXXFLAGS_QT)');
45 }
46 if ( Config("x11inc") ) {
47 Project('TMAKE_CXXFLAGS *= $(SYSCONF_CXXFLAGS_X11)');
48 }
49 if ( Config("x11lib") ) {
50 Project('TMAKE_LFLAGS *= $(SYSCONF_LFLAGS_X11)');
51 Project('TMAKE_LFLAGS *= $(SYSCONF_RPATH_X11)');
52 Project('TMAKE_LIBS *= $(SYSCONF_LIBS_X11)');
53 }
54
55 ##### These may still need replacing
56 if ( !Project("TMAKE_RUN_CC") ) {
57 Project('TMAKE_RUN_CC = $(CC) -c $(CFLAGS) $(INCPATH) -o $obj $src');
58 }
59 if ( !Project("TMAKE_RUN_CC_IMP") ) {
60 Project('TMAKE_RUN_CC_IMP = $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<');
61 }
62 if ( !Project("TMAKE_RUN_CXX") ) {
63 Project('TMAKE_RUN_CXX = $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $obj $src');
64 }
65 if ( !Project("TMAKE_RUN_CXX_IMP") ) {
66 Project('TMAKE_RUN_CXX_IMP = $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<');
67 }
68
69 Project('TMAKE_FILETAGS = HEADERS SOURCES TARGET DESTDIR $$FILETAGS');
70 Project('DESTDIR = ./') unless Project('DESTDIR');
71
72 if ( Config("embedded") && Project("PRECOMPH") ) {
73 Project('SOURCES += allmoc.cpp');
74 $project{'HEADERS_ORIG'} = Project('HEADERS');
75 $project{'HEADERS'} = "";
76 }
77
78 StdInit();
79
80 if ( Config("qt") ) {
81 if ( Project("TARGET") eq "qt"
82 || Project("TARGET") eq "qte" ) {
83 $project{"PNG_OBJECTS"} = &Objects($project{"PNG_SOURCES"});
84 $project{"ZLIB_OBJECTS"} = &Objects($project{"ZLIB_SOURCES"});
85 $project{"FT_OBJECTS"} = &Objects($project{"FT_SOURCES"});
86 }
87 }
88
89 my ($module,$label);
90 for $module ( split / /, $project{"MODULES"} ) {
91 for $label ( "HEADERS", "OBJECTS", "OBJMOC", "SOURCES", "SRCMOC" ) {
92 my $o = "";
93 my $p = $project{$label};
94 while ( $p =~ s/\s*\b($module\/\S*)// ) {
95 $o .= " " if $o;
96 $o .= "$1";
97 }
98 $p =~ s/^ *//;
99 $p =~ s/ *$//;
100 $project{$label} = $p;
101 $project{"${label}_${module}"} = $o;
102 }
103 }
104
105 $project{"DESTDIR"} = FixPath($project{"DESTDIR"});
106 $project{"VERSION"} || ($project{"VERSION"} = "1.0.0");
107 ($project{"VER_MAJ"},
108 $project{"VER_MIN"},
109 $project{"VER_PATCH"}) = $project{"VERSION"} =~ /(\d+)\.(\d+)(?:\.(\d+))?/;
110 $project{"VER_PATCH"} = 0 if !$project{"VER_PATCH"};
111 if ( Config("dll") ) {
112 Project('TMAKE_CXXFLAGS *= $(SYSCONF_CXXFLAGS_SHOBJ)' );
113 Project('TMAKE_CFLAGS *= $(SYSCONF_CFLAGS_SHOBJ)' );
114 Project('TMAKE_LFLAGS *= $(SYSCONF_LFLAGS_SHOBJ)');
115 }
116 if ( Config("yacc") ) {
117 Project('TMAKE_CXXFLAGS *= $(SYSCONF_CXXFLAGS_YACC)' );
118 Project('TMAKE_LIBS *= $(SYSCONF_LIBS_YACC)' );
119 }
120 Project('TMAKE_CXXFLAGS *= $(SYSCONF_CXXFLAGS)' );
121 Project('TMAKE_CFLAGS *= $(SYSCONF_CFLAGS)' );
122 Project('TMAKE_LFLAGS *= $(SYSCONF_LFLAGS)' );
123 if ( Project('TEMPLATE') eq "lib" || Project('TEMPLATE') eq "qt.t" ) {
124 Project('TMAKE_CXXFLAGS *= $(SYSCONF_CXXFLAGS_LIB)' );
125 Project('TMAKE_CFLAGS *= $(SYSCONF_CFLAGS_LIB)' );
126 } else {
127 Project('TMAKE_LIBS *= $(SYSCONF_LIBS)' );
128 }
129#$}
130
131####### Compiler, tools and options
132
133 CXX =$(SYSCONF_CXX) $(QT_CXX_MT)
134 CXXFLAGS=#$ Expand("TMAKE_CXXFLAGS"); ExpandGlue("DEFINES","-D"," -D",""); (Project("TARGET") eq "qt" || Project("TARGET") eq "qte") && ($text = $text . ' $(QT_CXXFLAGS_OPT)');
135 CC =$(SYSCONF_CC) $(QT_C_MT)
136 CFLAGS =#$ Expand("TMAKE_CFLAGS"); ExpandGlue("DEFINES","-D"," -D",""); (Project("TARGET") eq "qt" || Project("TARGET") eq "qte") && ($text = $text . ' $(QT_CFLAGS_OPT)');
137 INCPATH =#$ ExpandGlue("INCPATH","-I"," -I","");
138 LFLAGS =#$ Expand("TMAKE_LFLAGS"); $text .= ' $(QT_LFLAGS_MT)'
139 LIBS =$(SUBLIBS) #${
140 Expand("TMAKE_LIBS");
141 if (Project("TARGET") eq "qt" || Project("TARGET") eq "qte") {
142 $text .= ' $(SYSCONF_LIBS_QTLIB)';
143 } else {
144 $text .= ' $(SYSCONF_LIBS_QTAPP)';
145 }
146#$}
147 MOC =$(SYSCONF_MOC)
148 UIC =$(SYSCONF_UIC)
149
150####### Target
151
152DESTDIR = #$ Expand("DESTDIR");
153VER_MAJ = #$ Expand("VER_MAJ");
154VER_MIN = #$ Expand("VER_MIN");
155VER_PATCH = #$ Expand("VER_PATCH");
156 TARGET= #$ Expand("TARGET"); $text .= '$(QT_THREAD_SUFFIX)' if Project("TARGET") eq "qt" || Project("TARGET") eq "qte";
157TARGET1 = lib$(TARGET).so.$(VER_MAJ)
158
159####### Files
160
161 HEADERS =#$ ExpandList("HEADERS");
162 SOURCES =#$ ExpandList("SOURCES");
163 OBJECTS =#$ ExpandList("OBJECTS"); (Project("TARGET") eq "qt" || Project("TARGET") eq "qte") && ($text = $text . ' $(QT_MODULE_OBJ)');
164INTERFACES = #$ ExpandList("INTERFACES");
165UICDECLS = #$ ExpandList("UICDECLS");
166UICIMPLS = #$ ExpandList("UICIMPLS");
167 SRCMOC =#$ ExpandList("SRCMOC");
168 OBJMOC =#$ ExpandList("OBJMOC");
169#$ if (Project("TARGET") ne "qt" && Project("TARGET") ne "qte") { DisableOutput(); }
170PNG_OBJECTS = #$ ExpandList("PNG_OBJECTS");
171ZLIB_OBJECTS = #$ ExpandList("ZLIB_OBJECTS");
172FT_OBJECTS = #$ ExpandList("FT_OBJECTS");
173#$ if (Project("TARGET") ne "qt" && Project("TARGET") ne "qte") { EnableOutput(); }
174
175#${
176 my $module;
177 $t = "";
178 for $module ( split / /, $project{"MODULES"} ) {
179 $t .= "\nOBJECTS_$module = ";
180 $text = "";
181 ExpandList("OBJECTS_$module");
182 $t .= $text;
183 if ( Project("OBJMOC_$module") ) {
184 $text = "";
185 ExpandList("OBJMOC_$module");
186 $t .= " \\\n\t\t$text";
187 }
188 }
189 $text = "$t\n";
190#$}
191
192####### Implicit rules
193
194.SUFFIXES: .cpp .cxx .cc .C .c
195
196.cpp.o:
197 #$ Expand("TMAKE_RUN_CXX_IMP");
198
199.cxx.o:
200 #$ Expand("TMAKE_RUN_CXX_IMP");
201
202.cc.o:
203 #$ Expand("TMAKE_RUN_CXX_IMP");
204
205.C.o:
206 #$ Expand("TMAKE_RUN_CXX_IMP");
207
208.c.o:
209 #$ Expand("TMAKE_RUN_CC_IMP");
210
211####### Build rules
212
213#${
214 if ( Project("SUBLIBS") ) {
215 $text = "SUBLIBS=";
216 for $m ( split / /, Project("SUBLIBS") ) {
217 $text .= "tmp/lib$m.a ";
218 }
219 $text .= "\n";
220 }
221#$}
222
223#${
224 if ( Project('TEMPLATE') eq "lib" || Project('TEMPLATE') eq "qt.t" ) {
225 $targ='$(SYSCONF_LINK_TARGET)';
226 } else {
227 if ( Config('dll') ) {
228 if ($is_unix) {
229 $targ = '$(TARGET)' . ".so";
230 } else {
231 $targ = '$(TARGET)' . ".dll";
232 $targ = "np" . $targ if Config('np');
233 }
234 } else {
235 $targ = '$(TARGET)';
236 }
237 }
238 $targ = '$(DESTDIR)'.$targ;
239 $text .= 'all: ';
240 ExpandGlue("ALL_DEPS",""," "," ");
241 $text .= $targ . "\n\n";
242 $text .= $targ . ': $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)';
243 Expand("TARGETDEPS");
244 $text .= "\n\t";
245 if ( Project('TEMPLATE') eq "lib" || Project('TEMPLATE') eq "qt.t" ) {
246 $text .= '$(SYSCONF_LINK_LIB)';
247 } else {
248 $text .= '$(SYSCONF_LINK) $(LFLAGS) ';
249 $text .= '-o '.$targ.' $(OBJECTS) $(OBJMOC) $(LIBS)';
250 }
251#$}
252
253moc: $(SRCMOC)
254
255#$ TmakeSelf();
256
257clean:
258 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
259 #$ ExpandGlue("TMAKE_CLEAN","-rm -f "," ","");
260 -rm -f *~ core
261 #$ ExpandGlue("CLEAN_FILES","-rm -f "," ","");
262 -rm -f allmoc.cpp
263
264####### Extension Modules
265
266listpromodules:
267 @echo #$ ExpandList("MODULES_BASE"); ExpandList("MODULES_PRO");
268
269listallmodules:
270 @echo #$ ExpandList("MODULES");
271
272listaddonpromodules:
273 @echo #$ ExpandList("MODULES_PRO");
274
275listaddonentmodules:
276 @echo #$ ExpandList("MODULES_PRO"); ExpandList("MODULES_ENT");
277
278
279REQUIRES=#$ $text .= Project("REQUIRES");
280
281####### Sub-libraries
282
283#${
284 if ( Project("SUBLIBS") ) {
285 for $m ( split / /, Project("SUBLIBS") ) {
286 $text .= "tmp/lib$m.a:\n\t";
287 if ( $m eq "freetype" ) {
288 $text .= '$(MAKE) -C 3rdparty/freetype2 \
289 CONFIG_MK=config$(DASHCROSS).mk OBJ_DIR=../../tmp \
290 ../../tmp/libfreetype.a'."\n";
291 } else {
292 if ( Config('embedded') ) {
293 if ( $m eq "z" ) {
294 $text .= '$(MAKE) -C 3rdparty/zlib -f Makefile$(DASHCROSS); \
295 cp 3rdparty/zlib/libz.a tmp'."\n";
296 }
297 if ( $m eq "png" ) {
298 $text .= '$(MAKE) -C 3rdparty/libpng \
299 -f scripts/makefile.linux$(DASHCROSS); \
300 cp 3rdparty/libpng/libpng.a tmp'."\n";
301 }
302 if ( $m eq "mng" ) {
303 $text .= '$(MAKE) -C 3rdparty/libmng \
304 -f makefiles/makefile.linux$(DASHCROSS); \
305 cp 3rdparty/libmng/libmng.a tmp'."\n";
306 }
307 if ( $m eq "jpeg" ) {
308 $text .= '$(MAKE) -C 3rdparty/jpeglib -f makefile.unix$(DASHCROSS); \
309 cp 3rdparty/jpeglib/libjpeg.a tmp'."\n";
310 }
311 } else {
312 $text .= $project{"MAKELIB$m"}."\n";
313 }
314 }
315
316 }
317 }
318#$}
319
320###### Combined headers
321
322#${
323 if ( Config("embedded") && Project("PRECOMPH") ) {
324 $t = "allmoc.cpp: ".Project("PRECOMPH")." ".$original_HEADERS;
325 ExpandList("HEADERS_ORIG");
326 $t.= $text;
327 $t.= "\n\techo '#include \"".Project("PRECOMPH")."\"' >allmoc.cpp";
328 $t.= "\n\t\$(CXX) -E -DQT_MOC_CPP \$(CXXFLAGS) \$(INCPATH) >allmoc.h allmoc.cpp";
329 $t.= "\n\t\$(MOC) -o allmoc.cpp allmoc.h";
330 $t.= "\n\tperl -pi -e 's{\"allmoc.h\"}{\"".Project("PRECOMPH")."\"}' allmoc.cpp";
331 $t.= "\n\trm allmoc.h";
332 $t.= "\n";
333 $text = $t;
334 }
335#$}
336
337
338####### Compile
339
340#$ BuildObj(Project("OBJECTS"),Project("SOURCES"));
341#$ BuildUicSrc(Project("INTERFACES"));
342#$ BuildObj(Project("UICOBJECTS"),Project("UICIMPLS"));
343#$ BuildMocObj(Project("OBJMOC"),Project("SRCMOC"));
344#$ BuildMocSrc(Project("HEADERS"));
345#$ BuildMocSrc(Project("SOURCES"));
346#$ BuildMocSrc(Project("UICDECLS"));
347#$ if (Project("TARGET") ne "qt" && Project("TARGET") ne "qte") { DisableOutput(); }
348#$ Project("PNG_SOURCES") && BuildObj(Project("PNG_OBJECTS"),Project("PNG_SOURCES"));
349#$ Project("ZLIB_SOURCES") && BuildObj(Project("ZLIB_OBJECTS"),Project("ZLIB_SOURCES"));
350#$ Project("FT_SOURCES") && BuildObj(Project("FT_OBJECTS"),Project("FT_SOURCES"));
351#$ if (Project("TARGET") ne "qt" && Project("TARGET") ne "qte") { EnableOutput(); }
352
353#${
354 my $module;
355 $t = "";
356 for $module ( split / /, $project{"MODULES"} ) {
357 $t .= "\n# Module $module...\n";
358 $text = ""; BuildMocObj(Project("OBJMOC_$module"),Project("SRCMOC_$module"));
359 $t .= $text;
360 $text = ""; BuildMocSrc(Project("HEADERS_$module"));
361 $t .= $text;
362 $text = ""; BuildMocSrc(Project("SOURCES_$module"));
363 $t .= $text;
364 $text = ""; BuildObj(Project("OBJECTS_$module"),Project("SOURCES_$module"));
365 $t .= $text;
366 $text = $t;
367 }
368#$}