Commit 38944be4 authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

MSVC: force export of API symbols


The public API symbols are compiled in a static library that's linked to core
with --whole-archive when using gcc. As there's no equivalent for this in MSVC
we create a dummy C++ source file that includes every API header file to make
sure that every __declspec(dllexport) is honored.

Change-Id: If0dafedceb52046aecde60b2a2a624df8ab219b4
Reviewed-by: default avatarKai Koehne <kai.koehne@theqtcompany.com>
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>
parent 8ddc67c4
Showing with 15 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment