[deploy] fix pugixml

This commit is contained in:
Nomango 2020-01-28 17:42:45 +08:00
parent 3da3cc6022
commit 8cf8972242
3 changed files with 2 additions and 2 deletions

View File

@ -1447,7 +1447,7 @@ namespace std
// Make sure implementation is included in header-only mode
// Use macro expansion in #include to work around QMake (QTBUG-11923)
#if defined(PUGIXML_HEADER_ONLY) && !defined(PUGIXML_SOURCE)
# define PUGIXML_SOURCE "pugixml.cpp"
# define PUGIXML_SOURCE "pugixml-impl.hpp"
# include PUGIXML_SOURCE
#endif

View File

@ -19,12 +19,12 @@
// THE SOFTWARE.
#pragma once
#include <3rd-party/pugixml/pugixml.hpp>
#include <kiwano/2d/Frame.h>
#include <kiwano/2d/FrameSequence.h>
#include <kiwano/core/Resource.h>
#include <kiwano/render/Font.h>
#include <kiwano/render/GifImage.h>
#include <3rd-party/pugixml/pugixml.hpp>
namespace kiwano
{