Add iOS and OSX icon themes by pe
This commit is contained in:
parent
8f7aec032b
commit
547f6f77d0
82 changed files with 1634 additions and 3 deletions
2
main.cpp
2
main.cpp
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue