summaryrefslogtreecommitdiff
path: root/mkspecs
AgeCommit message (Collapse)AuthorFilesLines
2006-04-23add support for HTC Universal devicellornkcor1-0/+81
2005-03-18fix typomickeyl1-1/+1
2005-02-12remove arm-linux'isms from linux-oe-g++ and make it depending on the value ↵mickeyl1-6/+6
of OE_TARGET_SYS this enables to build Opie against OE staging area targetting e.g. uclibc, mips, or whatever
2005-01-22- build opie-freetype against freetype2ar1-1/+1
you must specified <prefix>/include/freetype2 in dependencies menu (make menuconfig)
2005-01-12- make host system for oe based builds configurablear1-1/+1
2005-01-04CONTROL files : changed VERSION stringwimpie1-1/+1
2004-11-15this improves Opie build system playing more nice with OE. instructions later...mickeyl2-0/+189
alert me if this breaks the non-oe work (which i doubt)
2004-10-17enable ccache and/or distcc or nothing, in a way working with both ccache ↵clem6-12/+12
plus distcc combinations: CCACHE_PREFIX or CCACHE DISTCC (see http://opie.handhelds.org/cgi-bin/moin.cgi/UseCcacheAndDistcc for more info)
2004-10-17- revert DISTCC changesar1-6/+6
(see mailinglist and wiki for use ccache and/or distcc)
2004-10-14Using CCACHE since it's been already defined as `which ccache` by Vars.makeclem2-4/+4
2004-10-14using CCACHE_PREFIX rather that DISTCC (see revision 1.14 of Vars.make)clem1-2/+2
2004-10-14enable ccache (and distcc if CCACHE_PREFIX and DISTCC_HOSTS are set) buildingclem2-4/+4
2004-09-08moved my qt2 headers to include/qt2, so that I can now have include/qt3 andschurig1-1/+1
include/qt2
2004-07-29Added stuff which was removed while reverting.. Other stuff, likeeilers1-1/+2
the qtopia stuff, is not taken into current configuration.
2004-07-29All my changes was lost. Revert to 1.5 ..eilers1-8/+6
2004-07-19-DQT_QWS_EBX -DQT_QWS_CUSTOM readdedzecke1-1/+1
2004-07-19Use rpath-link instead of rpathzecke1-1/+1
2004-07-18-CHECK if DIR exist added to qmake.conf'szecke107-438/+2558
-use arm-linux-g++ for linking now hopefully not removed anything important Added python tool to opiefy mkspecs
2004-03-28revert accidental commitmickeyl1-2/+2
2004-03-28we need to use -rpath, not -rpath-link on x86 or else the inputmethods don'tmickeyl1-3/+3
find their stuff (e.g. libpickboard.so) in <whereYourOpieDirIs>/plugins/inputmethods/
2004-03-15Use rpath-link until someone kills me for thatzecke1-1/+1
2004-03-02-rpath -> -rpath-linkalwin1-1/+1
ToDo: I think, we should do that for all other used mkspecs.
2004-03-02-rpath -> -rpath-linkalwin1-1/+1
it makes more sense when crosscompiling (tnx mickeyl for that hint)
2003-12-07allow the use of ccache and distcc (if available) for the x86 buildmickeyl1-2/+2
2003-11-21addllornkcor2-0/+212
2003-11-16.llornkcor1-2/+2
2003-11-15deal with buggy arm-linux-gcc: -x c++llornkcor1-1/+1
2003-11-15deal with buggy arm-linux-g++: -x c++llornkcor1-1/+1
2003-11-10Platform MacOS-X: Disable backtrce in odebug..eilers1-3/+3
Libopie PIM: Finishing SQL-Backend for Todo. Recurrance events are supported now. What is still missing: Custom entries currently not stored. It isn't easy to implement them with enabled prefetch-cache. LibopieDB2: Adding -lsqlite here instead linking it to libopie
2003-11-03Porting Opie to MacOS-X.eilers1-1/+2
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-09Added Yopy to build system.ocheong1-0/+76
2003-07-09ramses got rid of libts for nowschurig1-1/+1
2003-06-05get includes and *.so/*.a from OZ' staging areaschurig1-2/+9
2003-06-03...and if we do it that way, it actually even works...mickeyl1-2/+2
2003-06-03simpadmickeyl2-0/+179
2003-05-30initial support for Ramsesschurig2-0/+179
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth1-1/+1
2002-12-09Add a var to pass in libs from teh environment easily.. needed so that the ↵kergoth59-59/+59
OZ buildroot can pass in -lsupc++ on the link when building with gcc3.
2002-12-06Corrected QMAKE_LINK and QMAKE_LINK_SHLIB, should be arm-linux-gcc, not ↵kergoth3-6/+6
arm-linux-g++.
2002-11-06allow a means of overriding CFLAGS_RELEASE, as a means of passing in ↵kergoth61-61/+61
optimizations
2002-11-06Add an easy means of passing in extra cflags, cxxflags, ldflags from the ↵kergoth61-190/+190
environment
2002-11-01Adding spec files for qmake :)kergoth127-0/+13298