Q_INIT_RESOURCE macro.

--HG--
branch : develop
This commit is contained in:
dismine 2014-02-07 18:12:18 +02:00
parent 57cbbc3287
commit 379b7d32d1

View File

@ -60,6 +60,11 @@ void myMessageOutput(QtMsgType type, const QMessageLogContext &context, const QS
int main(int argc, char *argv[])
{
Q_INIT_RESOURCE(cursor);
Q_INIT_RESOURCE(icon);
Q_INIT_RESOURCE(schema);
Q_INIT_RESOURCE(theme);
qInstallMessageHandler(myMessageOutput);
VApplication app(argc, argv);