From 71f64cd6ffa6f544ee28cd62e0a6748752b9223f Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Tue, 6 Jun 2017 11:49:00 +0200 Subject: [PATCH] fix rapidjson include stuff --- README.md | 2 +- dependencies/rapidjson.pri | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e22500d53..a1a54b5cc 100644 --- a/README.md +++ b/README.md @@ -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 ??? diff --git a/dependencies/rapidjson.pri b/dependencies/rapidjson.pri index e51b2f16f..486dae406 100644 --- a/dependencies/rapidjson.pri +++ b/dependencies/rapidjson.pri @@ -1,4 +1,4 @@ # rapidjson win32 { - INCLUDEPATH += C:/local/rapidjson/ + INCLUDEPATH += C:/local/rapidjson/include/ }