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

List:       kde-commits
Subject:    KDE/kdevplatform/vcs
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-12-02 13:09:41
Message-ID: 1196600981.311530.23630.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 743964 by apaku:

add a new abstract widget interface for the import-metadata widget. This interface \
allows a general use of the widget, without having to know what information the VCS \
needs to import a given directory into the version control.

 M  +3 -1      CMakeLists.txt  
 A             vcsimportmetadatawidget.cpp   [License: LGPL (v2+)]
 A             vcsimportmetadatawidget.h   [License: LGPL (v2+)]


--- trunk/KDE/kdevplatform/vcs/CMakeLists.txt #743963:743964
@@ -11,11 +11,12 @@
     vcsevent.cpp
     vcsmapping.cpp
     vcsstatusinfo.cpp
+    vcsimportmetadatawidget.cpp
 )
 
 
 kde4_add_library(kdevplatformvcs SHARED ${kdevplatformvcs_LIB_SRCS})
-target_link_libraries(kdevplatformvcs ${KDE4_KDECORE_LIBS}  )
+target_link_libraries(kdevplatformvcs ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY}  )
 set_target_properties(kdevplatformvcs PROPERTIES VERSION ${GENERIC_LIB_VERSION} \
SOVERSION ${GENERIC_LIB_SOVERSION})  install(TARGETS kdevplatformvcs DESTINATION \
${LIB_INSTALL_DIR} )  
@@ -29,6 +30,7 @@
     vcsstatusinfo.h
     vcsmapping.h
     vcslocation.h
+    vcsimportmetadatawidget.h
     DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/vcs
 )
 


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

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