Qt 4 is not supported.
Qt 5.5.1 LTS is supported for PowerPC only.
Qt LTS is required.

Android

A. Configure Qt for Android.
B. Open biblioteq.android.pro in QtCreator for ARM32 and ARM64.
C. Build.
D. Distribute the APK files.

MacOS Apple Silicon

A. Install Homebrew via https://brew.sh.
B. Install Qt via Homebrew.
C. Install PostgreSQL via https://formulae.brew.sh/formula/libpq.
D. > qmake -o Makefile biblioteq.macos.pro
   > make
   > make dmg

MacOS Intel

A. Install the newest Qt LTS via Qt's online installer.
B. Install Homebrew via https://brew.sh.
C. Install PostgreSQL via https://formulae.brew.sh/formula/libpq.
D. > qmake -o Makefile biblioteq.macos.pro
   > make
   > make dmg

Unix Terminal

> qmake -o Makefile biblioteq.pro
> gmake or make

Windows Qt MinGW Terminal

> qmake -o Makefile biblioteq.windows.pro
> mingw32-make
> mingw32-make install
