> For the complete documentation index, see [llms.txt](https://qt.howtocode.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qt.howtocode.dev/qt-install/qt-install-win.md).

# উইন্ডোজে ইন্সটল করা

সহজে কিউট ক্রিয়েটরের সাথে ব্যাবহারের জন্য আমরা MinGW বিল্ড ভার্শনটি ব্যাবহার করবো। `qt-opensource-windows-x86-mingw491_opengl-5.4.0` ফাইলটি ডাউনলোড করার পর ডাবল ক্লিক করলে ইন্সটলার চালু হবে।

ইন্সটলার চালু হলে নিচের মত উইন্ডো আসবে। `Next` চাপ দিন।

![Windows - Install Qt Screen 1](/files/-LMyJzdhcw-6SThPg07o)

ডিফল্ট লোকেশনে (`C:\Qt`) ইন্সটল হবে। সুবিধার জন্য এটা অপরিবর্তিত রাখুন। কিংবা বদলাতে চাইলে ইন্সটলেশন পাথ স্পেস বাদে দিন।

![Windows - Install Qt Screen 2](/files/-LMyJzdjvxqyJvi8Hoae)

ইন্সটলের কম্পোনেন্টের লিস্ট আসলে সেখান থেকে দরকারী কম্পোনেন্ট সিলেক্ট করুন। চাইলে `Source Components` ইন্সটল করতে পারেন। তবে স্পেস কম থাকলে স্কিপ করে যেতে পারেন। কিউট ক্রিয়েটর আইডিই যদি আলাদা করে ডাউনলোড করা থাকে তবে এইখানে আনচেক করে দিতে পারেন।

![Windows - Install Qt Screen 3](/files/-LMyJzdl4bIvHw9Sz8KJ)

লাইসেন্স এগ্রিমেন্ট সিলেক্ট করুন।

![Windows - Install Qt Screen 4](/files/-LMyJzdnbZIiyxCfBQsx)

স্টার্টআপ মেনুতে শর্টকাটের জন্য ডিফল্ট অপশনটি রেখে দিন। `Next` চাপলে ইন্সটল শুরু হবে।

![Windows - Install Qt Screen 5](/files/-LMyJzdprbEb5IUi07wq)

ইন্সটল চলছে। প্যাকেজটি বেশ বড় হওয়ায় ইন্সটল হতে বেশ কয়েক মিনিট লাগতে পারে।

![Windows - Install Qt Screen 6](/files/-LMyJzdrkBBxN7E9PaJr)

ইন্সটল শেষে এমন উইন্ডো আসবে এবং `Qt Creator` রান করানোর জন্য প্রম্পট করবে।

![Windows - Install Qt Screen 7](/files/-LMyJzdtNkX1Oc5_zbh7)

ইন্সটলের পর স্টার্ট মেনুতে `Qt Creator (Opensource)` নামে শর্টকাট চলে আসবে যার অর্থ আপনি উইন্ডোজে কিউট ডেভলপমেন্ট শুরু করার জন্য প্রস্তুত।


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qt.howtocode.dev/qt-install/qt-install-win.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
