From 9b8b50c88d9cc91b44177e53f9389c043c200012 Mon Sep 17 00:00:00 2001 From: Daniel Brunner Date: Wed, 18 Jan 2023 17:05:43 +0100 Subject: [PATCH] Add tutorial for compiling iconconvert --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cc19b62..5205422 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # esp-gui-lib ESP32 gui library + +## How to compile the iconconverter for dummies +``` +mkdir build-iconconvert-Desktop_Qt_6_4_1-Debug +cd build-iconconvert-Desktop_Qt_6_4_1-Debug +qmake ../iconconvert +make +```