QDjango - a Qt-based C++ web framework
Copyright (c) 2010-2013 Jeremy Lainé
QDjango is a web framework written in C++ and built on top of the Qt library. Where possible it tries to follow django's API, hence its name.
It is released under the terms of the GNU Lesser General Public License, version 2.1 or later.
To learn more about QDjango, please read the online documentation.
QDjango builds and is auto-tested both with Qt 4 and Qt 5.
Qt 4 on Debian:
sudo apt-get install libqt4-dev
Qt 5 on Debian:
sudo apt-get install qtbase5-dev qtscript5-dev
Qt 4 on Mac OS X:
sudo port install qt4-mac
mkdir build
cd build
qmake ..
make
You can pass the following arguments to qmake:
PREFIX=<prefix> to change the install prefix
default:
unix: /usr/local on unix
other: $$[QT_INSTALL_PREFIX]
QDJANGO_LIBRARY_TYPE=staticlib to build a static version of QDjango
If you wish to discuss QDjango, you are welcome to join the QDjango group.