1 Installation after checking out from SVN
3 make sure qmake is in your path!
5 ==========================================
7 - run build.sh in the directory where you
9 - add extension=php_qt.so to your php.ini file
11 ==========================================
13 - Make sure you have DBus support in Qt, set QTDIR and put qmake into your path
14 - Run ./prepare_svn.sh to fetch Smoke, Kalyptus and CMake modules
15 - rename CMakeLists.txt.php-qt to CMakeLists.txt (it will overwrite the other CMakeLists.txt file)
16 - Create a build dir and run cmake, make and make install
17 - Define qt.codec=Latin1 and extension=php_qt.so in your php.ini file