2021-08-18 15:40:47 +02:00
|
|
|
# esp-gui-lib
|
|
|
|
ESP32 gui library
|
2023-01-18 17:05:43 +01:00
|
|
|
|
|
|
|
## 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
|
|
|
|
```
|