Add iOS and OSX icon themes by pe

This commit is contained in:
Petr Mrázek 2014-10-27 00:15:52 +01:00
parent 8f7aec032b
commit 547f6f77d0
82 changed files with 1634 additions and 3 deletions

View file

@ -39,6 +39,8 @@ int main(int argc, char *argv[])
Q_INIT_RESOURCE(pe_light);
Q_INIT_RESOURCE(pe_blue);
Q_INIT_RESOURCE(pe_colored);
Q_INIT_RESOURCE(OSX);
Q_INIT_RESOURCE(iOS);
switch (app.status())
{