Aether/src/qml/CMakeLists.txt
ApollonG a3650a8354 Initial commit: Qt 6.11 + QML native skeleton for Aether
- Clean CMake + QML module structure
- AGPL-3.0 licensed
- Cross-platform ready (Linux, Windows, macOS)
- Dark Material theme window working
2026-03-30 19:44:00 +03:00

7 lines
260 B
CMake

# SPDX-License-Identifier: AGPL-3.0-or-later
# Copyright (C) 2026 Aether Contributors
#
# This file is part of Aether.
#
# Placeholder for future QML files/components. The QML module is now
# registered in the parent src/CMakeLists.txt (correct Qt 6 pattern).