summaryrefslogtreecommitdiff
path: root/include.pro
AgeCommit message (Collapse)AuthorFilesLines
2005-09-27Mac OS X compile fixes:zecke1-7/+7
-disable the "fuege alle libs auf verdacht hinzu" hack and hope we will identify the root cause. -do not redefine cxa_... on Mac. At least the the Apple Linker is not happy with having that symbol defined twice. -well DYLD_BOOL could not be casted to bool. changing it to bool works -opiecore.pro use the same test as in include.pro to see if we build on linux
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-769/+3
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-3/+769
2004-12-20some mac updates to the current versioneilers1-0/+2
2004-11-15Define QUICKAPP_NAME on quicklaunchanble applications. This way .pro andzecke1-0/+3
the mainwindow are always in sync with each other
2004-07-29MacOS specific changes.eilers1-0/+1
2004-04-02changed QMAKE flag for non-quicklaunch build from -rpath to -rpath-linkwimpie1-0/+1
2004-04-02Added threaded support in config.inwimpie1-1/+1
2004-04-01Some mac specific fixes..eilers1-0/+1
2004-03-31Removed all unnecessary dependencies to libopiedb2 and reimplementedeilers1-4/+13
the conditional compilation of the SQL implementation. Therefore, it is possible to remove all dependencies of libsqlite and libopiedb2 etc. just by disabling the SQL support in the configuration ! If disabled, the usual xml-immplementation is used. Thanks to mickeyl who already fixed the "backends.pro" ..
2004-03-26conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=ymickeyl1-1/+1
2004-03-02d'oh! did i never commit this?mickeyl1-1/+1
2004-02-02Fixup non quicklaunch case. touch files with so.0zecke1-2/+2
2003-11-17Quicklauncher Applications are plugins. Therfore I added the CONFIG += plugineilers1-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-03Oops.. Removed -ldl wasn't a good idea.. Linux compiles again..eilers1-0/+3
2003-11-03Porting Opie to MacOS-X.eilers1-1/+11
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-09-21fix app building in non-quicklaunch-modemickeyl1-2/+3
2003-09-20merge with BRANCHmickeyl1-6/+14
2003-08-27Fix pathzecke1-1/+1
it's application not applications
2003-08-27If you add quick-app to the CONFIG optionszecke1-1/+17
it'll use the global quick app setting to either be a lib or normal executable
2003-07-10add PLATFORM... blehllornkcor1-2/+2
2003-07-09fix PLATFORMllornkcor1-2/+2
2003-07-09added MOC_DIR=.moc/$(PLATFORM) and OBJECTS_DIR=.obj/$(PLATFORM)llornkcor1-2/+5
2003-04-20Add opie-lupdate and opie-lrelease as targetszecke1-1/+6
2003-01-24Add debug to config system. enabling/disabling this option alters a toplevel ↵kergoth1-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-23outdir->prefixkergoth1-12/+12
2003-01-23Add opiedir/lib to lib path, so i can move the opie libs out of qtdir at ↵kergoth1-0/+1
build time.
2003-01-23Add 20413outdir/lib (/opt/QtPalmtop/lib) to rpath.kergoth1-1/+1
2003-01-16DESTDIR->INSTALL_ROOTkergoth1-1/+1
2003-01-16Add 'ipk' target to makefile, that creates a temp directory with mktemp, ↵kergoth1-2/+13
does a make DESTDIR=thatdir install into it, and runs ipkg-build on it :) needs tweaking.
2003-01-16Add 'root' install, for files that need to be installed to nonstandard ↵kergoth1-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-16Adjust included pro file to handle target path change depending on ↵kergoth1-0/+8
lib/nonlib.. preparing ipk generation via 'make install'.
2003-01-16i18n for new buildsystem :)kergoth1-2/+3
2003-01-16Added targets for lupdate/lrelease, for i18n package builds, to root pro file.kergoth1-0/+12
2003-01-16rename of toplevel .pro, to be included by the rest.kergoth1-0/+32