b8bee40726
most module project files define two logical modules: a public one and the corresponding private one. these are really separate modules as far as qmake is concerned (even though the private one contains just headers), and consequently have separate dependencies - QT and QT_FOR_PRIVATE. as public modules cannot depend on private ones, all private dependencies would have to go to QT_FOR_PRIVATE, and a dependency on the respective public module would have to be added to QT. this would be a bit tedious, so we have a convenience feature which allows putting private dependencies into QT, but automatically "downgrades" them to their public counterpart when creating the public module's .pri file. however, we failed to put verbatim versions of these private dependencies into the private modules, which meant that these dependencies were not pulled in transitively by the private modules' users. note that this entirely unrelated to QT_PRIVATE - this one defines the private (non-propagated) dependencies of the module's implementation, i.e., the libraries (and headers) that are not part of the link interface. there is no QT_PRIVATE_FOR_PRIVATE, because there is obviously no point in assigning the dependencies to a particular logical submodule when neither one inherits them as far as the qt module system is concerned. Change-Id: Ib056b47dde3341ef9a52ffff13efaf8ef8e6817b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> |
||
---|---|---|
.. | ||
android | ||
data | ||
mac | ||
qpa | ||
unix | ||
win32 | ||
winrt | ||
build_pass.prf | ||
cmake_functions.prf | ||
configure.prf | ||
create_cmake.prf | ||
ctest_testcase_common.prf | ||
ctest_testcase_installed.prf | ||
ctest_testcase.prf | ||
dbusadaptors.prf | ||
dbuscommon.pri | ||
dbusinterfaces.prf | ||
declarative_debug.prf | ||
default_post.prf | ||
default_pre.prf | ||
designer_defines.prf | ||
device_config.prf | ||
egl.prf | ||
exceptions_off.prf | ||
exceptions.prf | ||
exclusive_builds_post.prf | ||
exclusive_builds.prf | ||
gcov.prf | ||
include_source_dir.prf | ||
incredibuild_xge.prf | ||
java.prf | ||
lex.prf | ||
link_ltcg.prf | ||
link_pkgconfig.prf | ||
ltcg.prf | ||
moc.prf | ||
no_debug_info.prf | ||
plugin_bundle.prf | ||
precompile_header.prf | ||
qfeatures.prf | ||
qgltf.prf | ||
qlalr.prf | ||
qml1_module.prf | ||
qml1_plugin.prf | ||
qml_debug.prf | ||
qml_module.prf | ||
qml_plugin.prf | ||
qmltestcase.prf | ||
qt_android_deps.prf | ||
qt_app.prf | ||
qt_build_config.prf | ||
qt_build_paths.prf | ||
qt_clear_installs.prf | ||
qt_common.prf | ||
qt_config.prf | ||
qt_docs_targets.prf | ||
qt_docs.prf | ||
qt_example_installs.prf | ||
qt_functions.prf | ||
qt_helper_lib.prf | ||
qt_installs.prf | ||
qt_module_headers.prf | ||
qt_module_pris.prf | ||
qt_module.prf | ||
qt_parts.prf | ||
qt_plugin.prf | ||
qt_targets.prf | ||
qt_tool.prf | ||
qt.prf | ||
resolve_config.prf | ||
resolve_target.prf | ||
resources.prf | ||
sanitizer.prf | ||
silent.prf | ||
simd.prf | ||
spec_post.prf | ||
spec_pre.prf | ||
static_runtime.prf | ||
testcase_targets.prf | ||
testcase.prf | ||
testcocoon.prf | ||
testlib_defines.prf | ||
uic.prf | ||
use_c_linker.prf | ||
vxworks.prf | ||
warn_off.prf | ||
warn_on.prf | ||
wayland-scanner.prf | ||
xctest.prf | ||
yacc.prf |