fix rapidjson include stuff

This commit is contained in:
Rasmus Karlsson
2017-06-06 11:49:00 +02:00
parent cb4d193b4a
commit 71f64cd6ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
???
+1 -1
View File
@@ -1,4 +1,4 @@
# rapidjson
win32 {
INCLUDEPATH += C:/local/rapidjson/
INCLUDEPATH += C:/local/rapidjson/include/
}