Qt 4.8.7 and Qt 5.x are supported. Qt 4.7.4 may function.

Homebrew is required for OS X.

If header (h) or interface (ui) files have changed, please perform
a distclean before building BiblioteQ.

Absolute Cleaning

gmake distclean or make distclean or mingw32-make distclean

ARM

qmake -o Makefile biblioteq.arm.pro
or
qmake-qt4 -o Makefile biblioteq.arm.pro
or
qmake-qt5 -o Makefile biblioteq.arm.pro
make

FreeBSD

qmake -o Makefile biblioteq.pro
or
qmake-qt4 -o Makefile biblioteq.pro
or
qmake-qt5 -o Makefile biblioteq.pro
gmake

Linux

qmake -o Makefile biblioteq.pro
or
qmake-qt4 -o Makefile biblioteq.pro
or
qmake-qt5 -o Makefile biblioteq.pro
make

OS X

qmake -o Makefile biblioteq.osx.pro
make
sudo make install
sudo cp -r ./BiblioteQ.app /Applications/BiblioteQ.d/.
sudo make distclean

OpenBSD

qmake -o Makefile biblioteq.pro
or
qmake-qt4 -o Makefile biblioteq.pro
or
qmake-qt5 -o Makefile biblioteq.pro
gmake

PowerPC

qmake -o Makefile biblioteq.powerpc.pro
or
qmake-qt4 -o Makefile biblioteq.powerpc.pro
or
qmake-qt5 -o Makefile biblioteq.powerpc.pro
make

Windows

qmake -o Makefile biblioteq.win.pro
make or mingw32-make
