[Development] Qt 5.4 + QtGstreamer building under Windows

Thiago Macieira thiago.macieira at intel.com
Sun Jun 21 23:44:05 CEST 2015


On Sunday 21 June 2015 21:17:41 Dmitri Afanasjev wrote:
> What type of libraries should VS produce? *dynamic (dll) *or static *libs
> (lib)*? I would like to use it in Qt application
> 
> If I use defaults, the dynamic dll is to be produced, the build phase is
> ok, but linker part gives me following *dllimport* errors:
> 
> 1>wrap.obj : error LNK2001: unresolved external symbol
> "__declspec(dllimport) public: __thiscall QByteArray::~QByteArray(void)"
> (__imp_??1QByteArray@@QAE at XZ)

Hello Dmitri

This does not seem to be an issue about development of the Qt libraries 
themselves. I can tell you for certain that QByteArray's destructor does exist 
in the Qt DLLs. You problem must be in the use of the Qt libraries.

Please repost your question to the interest mailing list (interest at qt-
project.org) for help with using Qt in your applications.

PS: QtGStreamer is not part of Qt. Therefore, for the purposes of the 
discussion, it is considered part of your application.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list