Simple weather application
Install requirements
sudo apt install build-essential cmake ninja-build qt6-base-dev qt6-svg-devClone repository and build
git clone https://github.com/cipfge/weather
cd weather
mkdir build
cd build
cmake -G Ninja ..
ninjaInstall MSVC compiler by installing Visual Studio Community and Qt6
Clone repository and open project in QtCreator

