Fix build

This commit is contained in:
Oleg.Korshul
2023-04-26 20:34:11 +05:00
parent d955de5bdb
commit 70c4f045ea
4 changed files with 41 additions and 45 deletions

View File

@ -36,7 +36,7 @@
#ifdef DOCTRENDERER_NO_USE_DYNAMIC_LIBRARY
#define BUILDER_DECL
#else
#include "../../common/base_export.h"
#include "../common/base_export.h"
#ifdef DOCTRENDERER_USE_DYNAMIC_LIBRARY_BUILDING
#define BUILDER_DECL Q_DECL_EXPORT
#else