Example Usage
# Update package list
sudo apt-get update

# Install Qt6 and build tools
sudo apt-get install -y \
    build-essential \
    cmake \
    qt6-base-dev \
    qt6-base-dev-tools

# Install MinGW for cross-compilation
sudo apt-get install -y mingw-w64

# [Optional] Install UPX for executable packing
sudo apt-get install -y upx-ucl