How do you install this thing?
To be honest, I'm not quite sure either. I just pressed the 'make distribution' button in KDevelop and it made this big tar ball. To compile this code I use:
./configure
make
It generates an executable 'qtsvc' in a subdirectory called qtsvc. Strip the executable and copy it into your favorite executables directory.
For older gcc versions I had to use
make CPPFLAGS=-fkeep-inline-functions
to work around a bug in the optimizer. If the linker starts complaining about missing functions you might need use that.
Sander Plomp
