| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The modules ifmedia and ifvehiclefunctions just act as a
reference and having the code in the same repository makes things
more complicated, as they are build automatically although not
needed for most users and they are also part of the same
documentation and gives the wrong impression about what the
qtinterfaceframework module really is about.
Fixes: QTBUG-99002
Change-Id: I867e1e26438ee2200e82d5b742c666ba48ae9c02
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
| |
Instead of being a static private library it is now a dynamic
library with public code including documentation.
This makes it possible to host more code which is
QtRemoteObjects specific.
Change-Id: I3ff601add349d4fad721890c12fc6e59fbe4ee79
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add #includes for QIfClimateControlBackendInterface and
QIfWindowControlBackendInterface to the documentation-specific master
header - this fixes multiple 'clang couldn't find function' warnings
when generating docs.
In addition, fix the following warnings:
* cmake-macros.qdoc:25: Unknown macro 'c'
* filter-reference.qdoc:6: Can't link to 'namespace_prefix'
* filter-reference.qdoc:6: Can't link to 'add_namespace_prefix'
* generator-usage.qdoc:5: Can't link to 'server_qtro_simulator'
Pick-to: 6.6 6.5
Change-Id: I522f6905d51cf43135609585232796803dcc4141
Reviewed-by: Dominik Holland <dominik.holland@qt.io>
|
|
|
This is a follow-up of the previous commit.
Task-number: AUTOSUITE-1633
Change-Id: I6feb63a346a4c94c434df83cd1255904fe8acc68
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
|