[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bindings
Subject:    [Kde-bindings] KDE/kdebindings/php/phpqt
From:       Thomas Moenicke <tm () php-qt ! org>
Date:       2008-11-05 23:08:47
Message-ID: 1225926527.542681.31888.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 880611 by moenicke:

* renamed uicp to phpuic to make it more obvious

CCMAIL: kde-bindings@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 ###############
_______________________________________________
Kde-bindings mailing list
Kde-bindings@kde.org
https://mail.kde.org/mailman/listinfo/kde-bindings
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic