1
0
forked from BRT/arc
arc/build_x64/Release/tutorials/test2.md
2026-03-09 18:17:05 +07:00

17 lines
488 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Руководство: Запуск приложения TutorialWindow
Этот файл объясняет, как собрать и запустить ваше Qt6-приложение с окном TutorialWindow.
---
## 1. Требования
- Qt 6 (рекомендуется версия 6.2 или выше)
- C++17-совместимый компилятор (GCC, Clang, MSVC)
- CMake (версия ≥ 3.16) или qmake
---
## 2. Структура проекта