Comment 1 for bug 1378817

Revision history for this message
Michael Zanetti (mzanetti) wrote :

I have reduced the main.cpp to this:

int main(int argc, char *argv[])
{
    QGuiApplication a(argc, argv);
    return a.exec();
}

and I still get those warnings. I guess something in QApplication is checking out the install paths. Shouldn't be a real problem.