Support proper plugin finding.

So we don't have to hardcode the location anymore.
This commit is contained in:
Felix Geyer 2012-07-18 20:54:26 +02:00
parent 7fef3bd701
commit 2a45f57386
7 changed files with 62 additions and 10 deletions

View file

@ -37,6 +37,7 @@ QString imageReaderFilter();
bool isHex(const QByteArray& ba);
void sleep(int ms);
void wait(int ms);
QString platform();
} // namespace Tools