summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro
AgeCommit message (Collapse)AuthorFilesLines
2003-02-15- add manufacturers.dat to ipkmickeyl1-1/+1
- remove orinoco_hopper from ipk - add -DDEBUG for lib and daemon compilation
2003-02-08libwellenreiter now needs to link against libpcapmickeyl1-1/+1
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth1-1/+1
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-31- catch with latest changes in libwellenreitermickeyl1-1/+1
- GUI now identifies and displays device manufacturers - GUI now displays the number of received beacons for each device
2002-12-28catch up with new filenames and include paths.mickeyl1-3/+3
2002-12-11Don't link libwellenreiter against Qt.mickeyl1-5/+1
2002-12-09Wellenreiter is now fully integrated into the Opie build environment.mickeyl1-4/+4
If you want to play with what we have yet, be sure to add the following to the makefile: * noncore/net/wellenreiter/libwellenreiter * noncore/net/wellenreiter/daemon * noncore/net/wellenreiter/gui Don't add the toplevel noncore/net/wellenreiter, because the Makefile in there is handcrafted.
2002-12-08- new networks finally show up in the GUImickeyl1-0/+15
- using OTabWidget instead of QTabWidget - bugfixes - preparing to fully integrate libwellenreiter and the daemon into our buildsystem