Detect and report missing local libraries.

This commit is contained in:
Petr Mrázek
2014-04-13 23:06:28 +02:00
parent 04b36a3e55
commit b6d7ffab47
3 changed files with 32 additions and 14 deletions

View File

@ -143,4 +143,5 @@ public:
bool extractTo(QString target_dir);
bool filesExist();
QStringList files();
};