Hi,
PHP-Qt's build system has been extended by parts of KDE's build system, I hope
we will get a better auto-configuration with it.
new usage:
At first it is neccessary to check your environment for compiling.
To do that change into the php-5.1xxx/ext/php_qt directory and run phpize,
kdeize
and configure:
/usr/local/php511/bin/phpize
./kdeize
./configure \
--enable-php_qt \
--with-qt-includes=/usr/lib/qt4/include \
--with-qt-libraries=/usr/lib/qt4 \
--with-php-config=/usr/local/php511/bin/php-config \
If --with-qt-includes and --with-qt-config are omitted, configure will try to
find files in default or standard pathes
You will have to compile Qt with debug symbols, e.g. libqt4-debug and
libqt4-debug-dev for Debian. Automake should be new, 1.53 or later.
Regards,
Thomas
|