[deploy] fix pugixml
This commit is contained in:
parent
3da3cc6022
commit
8cf8972242
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue