Skip to content

Commit f47d565

Browse files
authored
Update README with project setup instructions
Added steps for opening, configuring, and running the project in Qt Creator.
1 parent 881903e commit f47d565

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,21 @@ Requires Windows, Qt Creator, Qt 6.5 or newer, CMake 3.19 or newer, and a C++ co
2525
git clone https://github.com/chapeullah/coding-time-tracker.git
2626
```
2727

28+
**2. Open the project**
2829

30+
Open CMakeLists.txt via Qt Creator.
2931

32+
**3. Configure the project**
3033

34+
Select a Desktop Qt 6 kit and the Debug build configuration, then click Configure Project.
35+
36+
**4. Build and Run**
37+
38+
Use the following Qt Creator shortcuts:
39+
40+
- Ctrl+B — build the application
41+
- Ctrl+R — build and run the application
42+
- F5 — start debugging
3143

3244
## License
3345

0 commit comments

Comments
 (0)