Hi,

I have organised my projects structure and now I have this error in one of them:

error: redefinition of ‘qInitResources_resources'

This appears duplicated and I remove the last it compiles fine. I wanted to 
understand who is responsible for this generation to understand what is wrong.
        
int QT_MANGLE_NAMESPACE(qInitResources_resources)() {
    ::registerCompilationUnits();
    Q_INIT_RESOURCE(_shared_resources_resources_qtquickcompiler);
    return 1;
}
int QT_MANGLE_NAMESPACE(qInitResources_resources)() {
    ::registerCompilationUnits();
    return 1;
}

Any ideas?

Thanks!

Regards,

Nuno Santos
Founder / CEO / CTO
www.imaginando.pt
+351 91 621 69 62

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to