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
|
||||
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
|
||||
???
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
# rapidjson
|
||||
win32 {
|
||||
INCLUDEPATH += C:/local/rapidjson/
|
||||
INCLUDEPATH += C:/local/rapidjson/include/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user