Adds the Windows App SDK library to the application.
This command was introduced in Qt 6.9.
Note: This command is in technology preview and may change in future releases.
qt_add_win_app_sdk(target)
If versionless commands are disabled, use qt6_add_win_app_sdk() instead. It supports the same set of arguments as this command.
Adds Windows App SDK include files to the project, and links the necessary libraries to the given CMake target. Windows App SDK is provided as a NuGet package so it can be easily used in managed apps. However, for unmanaged C++ applications we need header files. The function takes the following steps:
Warning: This command is not supported on non-MSVC platforms.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qt-add-win-app-sdk.html