mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix type in .pri breaking non-cross-compiling
This commit is contained in:
parent
47df24b822
commit
8f17270a2a
@ -51,7 +51,7 @@ rs_jsonapi {
|
||||
RS_SRC_PATH=$$clean_path($${PWD}/../../)
|
||||
RS_BUILD_PATH=$$clean_path($${OUT_PWD}/../../)
|
||||
|
||||
no_cross_compiling {
|
||||
no_rs_cross_compiling {
|
||||
RESTBED_SRC_PATH=$$clean_path($${RS_SRC_PATH}/supportlibs/restbed)
|
||||
RESTBED_BUILD_PATH=$$clean_path($${RS_BUILD_PATH}/supportlibs/restbed)
|
||||
INCLUDEPATH *= $$clean_path($${RESTBED_BUILD_PATH}/include/)
|
||||
|
@ -322,6 +322,8 @@ equals(QMAKE_HOST_SPEC, $$QMAKE_TARGET_SPEC) {
|
||||
} else {
|
||||
CONFIG *= rs_cross_compiling
|
||||
CONFIG -= no_rs_cross_compiling
|
||||
message(Cross-compiling detected QMAKE_HOST_SPEC: $$QMAKE_HOST_SPEC \
|
||||
QMAKE_TARGET_SPEC: $$QMAKE_TARGET_SPEC)
|
||||
}
|
||||
|
||||
defined(RS_MAJOR_VERSION,var):\
|
||||
|
Loading…
Reference in New Issue
Block a user