fix rapidjson include stuff
This commit is contained in:
@@ -19,7 +19,7 @@ The code is normally formated using clang format in qt creator. [clangformat.txt
|
|||||||
|
|
||||||
#### windows
|
#### windows
|
||||||
1. download rapidjson zip from https://github.com/miloyip/rapidjson/releases/latest
|
1. download rapidjson zip from https://github.com/miloyip/rapidjson/releases/latest
|
||||||
2. extract to C:/local
|
2. extract to `C:/local/rapidjson` so that `C:/local/rapidjson/include/rapidjson/` is a proper path
|
||||||
|
|
||||||
#### linux
|
#### linux
|
||||||
???
|
???
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# rapidjson
|
# rapidjson
|
||||||
win32 {
|
win32 {
|
||||||
INCLUDEPATH += C:/local/rapidjson/
|
INCLUDEPATH += C:/local/rapidjson/include/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user