On Thursday, 19 July 2018 00:12:49 PDT Igor Mironchik wrote: > I can't link statically with Qt, some undefined references to libQt5DBus. > > For example > > qt-everywhere-src-5.11.1/qtbase/include/QtCore/../../src/corelib/tools/qlist > .h:475: undefined reference to > `QDBusUnixFileDescriptor::QDBusUnixFileDescriptor(QDBusUnixFileDescriptor > const&)'
Please confirm that a) libQt5DBus.a exists b) qdbusunixfiledescriptor.o was compiled (qtbase/src/dbus) c) the copy constructor is defined in that .o (use nm to see) -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest