summaryrefslogtreecommitdiff
path: root/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.pro
AgeCommit message (Collapse)AuthorFilesLines
2005-01-29examples to where they belongmickeyl1-12/+0
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-377/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+377
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-01-13- add the static method int OProcess::processPID(const QString&)mickeyl1-0/+12
- add an example program for dealing with OProcess. This should be enhanced...