[Kde-bindings] KDE/kdebindings/php/phpqt
Thomas Moenicke
tm at php-qt.org
Sun Oct 12 07:28:05 UTC 2008
SVN commit 870257 by moenicke:
* added cmake file for building PHP-Qt outside of KDE, read README.SVN for instructions
CCMAIL: kde-bindings at kde.org
A CMakeLists.txt.php-qt
M +1 -0 README.SVN
M +4 -0 prepare_svn.sh
--- trunk/KDE/kdebindings/php/phpqt/README.SVN #870256:870257
@@ -2,6 +2,7 @@
==========================================
- Make sure you have DBus support in Qt, set QTDIR and put qmake into your path
- Run ./prepare_svn.sh to fetch Smoke, Kalyptus and CMake modules
+- rename CMakeLists.txt.php-qt to CMakeLists.txt (it will overwrite the other CMakeLists.txt file)
- Create a build dir and run cmake, make and make install
- Define qt.codec=Latin1 and extension=php_qt.so in your php.ini file
--- trunk/KDE/kdebindings/php/phpqt/prepare_svn.sh #870256:870257
@@ -1,4 +1,8 @@
#!/bin/bash
+# Use this script when building PHP-Qt outside of KDE.
+# Fetches smoke, kalyptus and cmake modules from kde svn
+
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings/kalyptus
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings/smoke
+svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings/cmake
More information about the Kde-bindings
mailing list