On quinta-feira, 3 de março de 2016 07:50:26 PST Walter Stefan wrote: > io/scenemanager.cpp:44: error: class âQt3DRender::Render::SceneManagerâ does > not have any field named âQResourceManagerâ
https://codereview.qt-project.org/151171 > g++ -Wl,-O1 -Wl,--enable-new-dtags -Wl,-z,origin > -Wl,-rpath,\$ORIGIN/../../../lib -o annotatedurl .obj/main.o > .obj/mainwindow.o .obj/annotatedurl.o .obj/moc_mainwindow.o > .obj/moc_annotatedurl.o > -L/home/walteste/qt-5.6/qt-5.6.0-rc/qt-source/qtbase/lib -lQt5Widgets > -lQt5Gui -L/home/walteste/qt-5.6/qt-5.6.0-rc/qt-source/qtconnectivity/lib > -lQt5Nfc -lQt5Core -lGL -lpthread > > /usr/bin/ld: warning: libQt5DBus.so.5, needed by > /home/walteste/qt-5.6/qt-5.6.0-rc/qt-source/qtconnectivity/lib/libQt5Nfc.so > , not found (try using -rpath or -rpath-link) Is libQt5DBus.so.5 not in /home/walteste/qt-5.6/qt-5.6.0-rc/qt-source/qtbase/ lib? It should be there. There's something else wrong too because there should be no /home/walteste/ qt-5.6/qt-5.6.0-rc/qt-source/qtconnectivity/lib. This will probably clear when you do a clean rebuild. Ditto on the next error. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
