qt5base-lts/tests/auto/tools
Joerg Bornemann 92185d417d Fix BASE argument of qt_add_resources
The BASE argument of qt_add_resources now denotes the root point of the
alias of the file.  Before, BASE was merely prepended to every file that
got passed to qt_add_resources.

Old behavior:
    qt_add_resources(app "images"
        PREFIX "/"
        BASE "../shared"
        FILES "images/button.png")

Alias is "../shared/images/button.png", and pro2cmake generated
QT_RESOURCE_ALIAS assignments to fix this.

New behavior:
    qt_add_resources(app "images"
        PREFIX "/"
        BASE "../shared"
        FILES "../shared/images/button.png")

The alias is "images/button.png".  No extra QT_RESOURCE_ALIAS assignment
is needed.

The new behavior is in effect for user projects and for Qt repositories
that define QT_USE_FIXED_QT_ADD_RESOURCE_BASE.  Qt repositories will be
ported one by one to this new behavior.  Then the old code path can be
removed.

Pick-to: 6.1
Task-number: QTBUG-86726
Change-Id: Ib895edd4df8e97b54badadd9a1c34408beff131f
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-05-18 16:02:52 +02:00
..
moc tst_moc: Use qtpaths instead of qmake 2021-05-05 23:43:45 +02:00
qdbuscpp2xml Remove the qmake project files 2021-01-07 15:32:28 +01:00
qdbusxml2cpp Remove the qmake project files 2021-01-07 15:32:28 +01:00
qmake Move build tools to libexec instead of the bin dir 2021-02-23 17:02:30 +01:00
qmakelib Remove the qmake project files 2021-01-07 15:32:28 +01:00
rcc Fix BASE argument of qt_add_resources 2021-05-18 16:02:52 +02:00
uic uic/Python: Add comments for mypy to ignore star imports 2021-04-29 21:12:12 +02:00
CMakeLists.txt Android: exclude host tools tests for android and ios 2020-11-16 11:35:33 +00:00