diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-01-09 19:29:23 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-01-09 23:22:57 -0800 |
commit | f3e42969a5118247de548c059e9bed69cdf208bb (patch) | |
tree | 03542349d42842d76d0f6f67bdd113c72d921b33 /src/pugiconfig.hpp | |
parent | ff16dbdd4c63fa46cc1f38eda4cfb66f38047657 (diff) |
Simplify header-only mode usage
It's sufficient to define PUGIXML_HEADER_ONLY anywhere now, source is included
automatically.
This is a second attempt; this time it includes a workaround for QMake bug
that caused it to generate incorrect Makefile.
Diffstat (limited to 'src/pugiconfig.hpp')
-rw-r--r-- | src/pugiconfig.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index 1c216e3..6219dbe 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -39,7 +39,6 @@ // Uncomment this to switch to header-only version // #define PUGIXML_HEADER_ONLY -// #include "pugixml.cpp" // Uncomment this to enable long long support // #define PUGIXML_HAS_LONG_LONG |