[Kde-bindings] KDE/kdebindings/php/phpqt
Thomas Moenicke
tm at php-qt.org
Wed Nov 5 23:08:47 UTC 2008
SVN commit 880611 by moenicke:
* renamed uicp to phpuic to make it more obvious
CCMAIL: kde-bindings at kde.org
M +1 -1 tests/designer.php
M +5 -5 tools/uic/CMakeLists.txt
--- trunk/KDE/kdebindings/php/phpqt/tests/designer.php #880610:880611
@@ -1,7 +1,7 @@
<?php
/* Usage of the User Interface Compiler:
- uicp designer.ui -o ui_designer.php
+ phpuic designer.ui -o ui_designer.php
*/
include('ui_designer.php');
--- trunk/KDE/kdebindings/php/phpqt/tools/uic/CMakeLists.txt #880610:880611
@@ -23,13 +23,13 @@
${CMAKE_CURRENT_SOURCE_DIR}/php/phpwriteinitialization.cpp
main.cpp )
-add_executable(uic_bin ${uic_bin_SRCS})
-set_target_properties(uic_bin PROPERTIES OUTPUT_NAME uicp)
-set_target_properties(uic_bin PROPERTIES COMPILE_FLAGS -DQT_UIC_PHP_GENERATOR)
+add_executable(phpuic ${uic_bin_SRCS})
+set_target_properties(phpuic PROPERTIES OUTPUT_NAME phpuic)
+set_target_properties(phpuic PROPERTIES COMPILE_FLAGS -DQT_UIC_PHP_GENERATOR)
-target_link_libraries(uic_bin ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY} )
+target_link_libraries(phpuic ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY} )
-install(TARGETS uic_bin DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
+install(TARGETS phpuic DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
########### next target ###############
More information about the Kde-bindings
mailing list