mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix rapidjson include stuff
This commit is contained in:
parent
cb4d193b4a
commit
71f64cd6ff
|
@ -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
|
||||||
???
|
???
|
||||||
|
|
2
dependencies/rapidjson.pri
vendored
2
dependencies/rapidjson.pri
vendored
|
@ -1,4 +1,4 @@
|
||||||
# rapidjson
|
# rapidjson
|
||||||
win32 {
|
win32 {
|
||||||
INCLUDEPATH += C:/local/rapidjson/
|
INCLUDEPATH += C:/local/rapidjson/include/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue