Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-11-17 | Quicklauncher Applications are plugins. Therfore I added the CONFIG += plugin | eilers | 1 | -0/+1 |
to generate the correct Makefile for it.. Due to the fact that this is just important for MacOSX, it will be removed later.. (Question: Is it dangerous to leave "plugin" for Linux ?? If no, we don't have to remove it later..) | ||||
2003-11-03 | Oops.. Removed -ldl wasn't a good idea.. Linux compiles again.. | eilers | 1 | -0/+3 |
2003-11-03 | Porting Opie to MacOS-X. | eilers | 1 | -1/+11 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details | ||||
2003-09-21 | fix app building in non-quicklaunch-mode | mickeyl | 1 | -2/+3 |
2003-09-20 | merge with BRANCH | mickeyl | 1 | -6/+14 |
2003-08-27 | Fix path | zecke | 1 | -1/+1 |
it's application not applications | ||||
2003-08-27 | If you add quick-app to the CONFIG options | zecke | 1 | -1/+17 |
it'll use the global quick app setting to either be a lib or normal executable | ||||
2003-07-10 | add PLATFORM... bleh | llornkcor | 1 | -2/+2 |
2003-07-09 | fix PLATFORM | llornkcor | 1 | -2/+2 |
2003-07-09 | added MOC_DIR=.moc/$(PLATFORM) and OBJECTS_DIR=.obj/$(PLATFORM) | llornkcor | 1 | -2/+5 |
2003-04-20 | Add opie-lupdate and opie-lrelease as targets | zecke | 1 | -1/+6 |
2003-01-24 | Add debug to config system. enabling/disabling this option alters a toplevel ↵ | kergoth | 1 | -0/+2 |
gen.pro file, which alters the CONFIG parameter in the .pro files. In this way you can enable/disable debug builds globally via the config system. | ||||
2003-01-23 | outdir->prefix | kergoth | 1 | -12/+12 |
2003-01-23 | Add opiedir/lib to lib path, so i can move the opie libs out of qtdir at ↵ | kergoth | 1 | -0/+1 |
build time. | ||||
2003-01-23 | Add 20413outdir/lib (/opt/QtPalmtop/lib) to rpath. | kergoth | 1 | -1/+1 |
2003-01-16 | DESTDIR->INSTALL_ROOT | kergoth | 1 | -1/+1 |
2003-01-16 | Add 'ipk' target to makefile, that creates a temp directory with mktemp, ↵ | kergoth | 1 | -2/+13 |
does a make DESTDIR=thatdir install into it, and runs ipkg-build on it :) needs tweaking. | ||||
2003-01-16 | Add 'root' install, for files that need to be installed to nonstandard ↵ | kergoth | 1 | -0/+5 |
paths.. most of the include.pro is ready, the real work involves a lot of cvs structure/file rearranging and manual .pro edits to change the ipk generation method. | ||||
2003-01-16 | Adjust included pro file to handle target path change depending on ↵ | kergoth | 1 | -0/+8 |
lib/nonlib.. preparing ipk generation via 'make install'. | ||||
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -2/+3 |
2003-01-16 | Added targets for lupdate/lrelease, for i18n package builds, to root pro file. | kergoth | 1 | -0/+12 |
2003-01-16 | rename of toplevel .pro, to be included by the rest. | kergoth | 1 | -0/+32 |