Q_INIT_RESOURCE macro.
--HG-- branch : develop
This commit is contained in:
parent
57cbbc3287
commit
379b7d32d1
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user