From 88bbef14bf69725a1ab62bffa6ab79355ea31c2d Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 28 Jun 2022 17:28:49 +0200 Subject: [PATCH] docs(sim): add link to qt-creator --- docs/get-started/platforms/pc-simulator.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/get-started/platforms/pc-simulator.md b/docs/get-started/platforms/pc-simulator.md index 810c1f4f3..3bdc49591 100644 --- a/docs/get-started/platforms/pc-simulator.md +++ b/docs/get-started/platforms/pc-simulator.md @@ -20,9 +20,14 @@ The simulator is ported to various IDEs (Integrated Development Environments). C - [PlatformIO with SDL driver](https://github.com/lvgl/lv_platformio): Recommended on Linux and Mac - [MDK with FastModel](https://github.com/lvgl/lv_port_an547_cm55_sim): For Windows +External project not maintained by the LVGL organization: +- [QT Creator](https://github.com/Varanda-Labs/lvgl-qt-sim): Cross platform + You can use any IDE for development but, for simplicity, the configuration for Eclipse CDT is what we'll focus on in this tutorial. The following section describes the set-up guide of Eclipse CDT in more detail. + + **Note: If you are on Windows, it's usually better to use the Visual Studio or CodeBlocks projects instead. They work out of the box without requiring extra steps.** ## Set-up Eclipse CDT