[Interest] Statically linked Qt
Thiago Macieira
thiago.macieira at intel.com
Thu Jul 19 16:37:04 CEST 2018
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
More information about the Interest
mailing list