unset QT_MODULE_* after loading the module pris
abuses have been observed in the wild, so make sure these variables are not available. Change-Id: I502c3f5db7d341cf6a8bd2ec09e87f129da2fca6 Reviewed-by: Mark Brand <mabrand@mabrand.nl>
This commit is contained in:
parent
104ee69216
commit
a2382f7f15
@ -24,6 +24,11 @@ QMAKE_QT_CONFIG = $$[QT_HOST_DATA/get]/mkspecs/qconfig.pri
|
||||
include($$mod)
|
||||
}
|
||||
}
|
||||
unset(QT_MODULE_INCLUDE_BASE)
|
||||
unset(QT_MODULE_LIB_BASE)
|
||||
unset(QT_MODULE_PLUGIN_BASE)
|
||||
unset(QT_MODULE_BIN_BASE)
|
||||
unset(QT_MODULE_IMPORT_BASE)
|
||||
}
|
||||
|
||||
load(qt_functions)
|
||||
|
Loading…
Reference in New Issue
Block a user