You can run qscanq with virus checkers other than antivir. Just edit conf-scancmd with the command-line you want qscanq to use. The command must obey the following rules:
The current directory is recursively scanned.
The scanner returns a 0 exit code if no virus is found.
The scanner returns a 1 exit code if a virus is found.
The scanner returns a 2 if some runtime error prevented the current directory from being scanned completely.
If your scanner's exit codes do not conform to the specification above, then you will need to provide a wrapper which interprets your scanners return codes, and returns the above codes. Then edit conf-scancmd with the command-line used to run your wrapper.
