summaryrefslogtreecommitdiff
path: root/mkspecs
AgeCommit message (Collapse)AuthorFilesLines
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