Qt 5.x is supported. Qt 4.8.7 is not officially supported.

ARM

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

FreeBSD

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

Linux

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

OS X

Homebrew is required.
Please verify that the install paths in biblioteq.osx.pro are current.

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-qt5 -o Makefile biblioteq.pro
gmake

PowerPC

qmake -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
