qtdeclarative/examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project
Kai Köhne 2e6403f8bf Examples: Use versioned CMake targets for Qt modules
Use e.g. Qt6::Core instead of Qt::Core. This is better matching the
find_package(Qt6 ...) call, and also avoids issues that the versionless
targets have.

Pick-to: 6.5
Task-number: QTBUG-113277
Change-Id: Ib80f885e9f73fb9ad54b9e9b22cae2318877dc07
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-05-02 12:12:35 +02:00
..
CMakeLists.txt Examples: Use versioned CMake targets for Qt modules 2023-05-02 12:12:35 +02:00
Main.qml Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
baseproject.pro Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
baseproject.qrc Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
birthdayparty.cpp Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
birthdayparty.h Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
main.cpp Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
person.cpp Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
person.h Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00
qmldir.in Doc: Revamp "Extending QML" examples into a tutorial 2023-03-30 18:02:16 +02:00