[Kde-bindings] KDE/kdebindings
Thomas Moenicke
tm at php-qt.org
Tue May 20 07:13:21 UTC 2008
SVN commit 810165 by moenicke:
* connected PHP-Qt to the kde-bindings buildsystem
CCMAIL: kde-bindings at kde.org
M +1 -0 CMakeLists.txt
A php/CMakeLists.txt
M +0 -24 php/phpqt/CMakeLists.txt
--- trunk/KDE/kdebindings/CMakeLists.txt #810164:810165
@@ -20,5 +20,6 @@
macro_optional_add_subdirectory(python)
macro_optional_add_subdirectory(csharp)
macro_optional_add_subdirectory(java)
+macro_optional_add_subdirectory(php)
macro_display_feature_log()
--- trunk/KDE/kdebindings/php/phpqt/CMakeLists.txt #810164:810165
@@ -1,27 +1,3 @@
-
-PROJECT(PHP-Qt)
-
-set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
-set(kdebindings_SOURCE_DIR ${PHP-Qt_SOURCE_DIR})
-set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib)
-
-find_package(Perl REQUIRED) # for kalyptus
-find_package(Qt4 REQUIRED) # for kalyptus
-
-INCLUDE_DIRECTORIES (${QT_INCLUDES})
-
-include(FindPHP5)
-
-IF(NOT PHP5_FOUND)
- MESSAGE(FATAL_ERROR "PHP5 could not be found!")
-ENDIF(NOT PHP5_FOUND)
-
-OPTION(ENABLE_SMOKEKDE "build SmokeKDE" OFF)
-OPTION(ENABLE_SMOKEPLASMA "build SmokePLASMA" OFF)
-add_subdirectory(smoke)
add_subdirectory(src)
add_subdirectory(tests)
add_subdirectory(tools)
-
-
-
More information about the Kde-bindings
mailing list