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

List:       kde-commits
Subject:    KDE/kdewebdev/quanta
From:       Laurent Montel <montel () kde ! org>
Date:       2007-10-25 7:55:58
Message-ID: 1193298958.980634.19585.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 729191 by mlaurent:

cmakelint


 M  +1 -1      lib/CMakeLists.txt  
 M  +1 -1      plugins/filestree/CMakeLists.txt  
 M  +1 -1      plugins/preview/CMakeLists.txt  
 M  +1 -1      plugins/structuretree/CMakeLists.txt  


--- trunk/KDE/kdewebdev/quanta/lib/CMakeLists.txt #729190:729191
@@ -40,7 +40,7 @@
 
 kde4_add_library(kdevquanta SHARED ${kdevquanta_LIB_SRCS})
 
-target_link_libraries(kdevquanta kdevplatforminterfaces kdevplatformshell \
kdevplatformeditor ktexteditor ${KDE4_KFILE_LIBS}) +target_link_libraries(kdevquanta \
kdevplatforminterfaces kdevplatformshell kdevplatformeditor ${KDE4_KTEXTEDITOR_LIBS} \
${KDE4_KFILE_LIBS})  
 set_target_properties(kdevquanta PROPERTIES VERSION 1.0.0 SOVERSION 1 )
 install(TARGETS kdevquanta  DESTINATION ${LIB_INSTALL_DIR})
--- trunk/KDE/kdewebdev/quanta/plugins/filestree/CMakeLists.txt #729190:729191
@@ -25,7 +25,7 @@
 
 
 
-target_link_libraries(kdevquantafilestree  kdevquanta kdevplatforminterfaces \
kde3support ${KDE4_KDECORE_LIBS} ) +target_link_libraries(kdevquantafilestree  \
kdevquanta kdevplatforminterfaces ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KDECORE_LIBS} )  
 install(TARGETS kdevquantafilestree  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/KDE/kdewebdev/quanta/plugins/preview/CMakeLists.txt #729190:729191
@@ -24,7 +24,7 @@
 
 
 
-target_link_libraries(kdevhtmlpreview kdevplatforminterfaces kdevplatformshell \
ktexteditor ${KDE4_KHTML_LIBS} ) +target_link_libraries(kdevhtmlpreview \
kdevplatforminterfaces kdevplatformshell ${KDE4_KTEXTEDITOR_LIBS} ${KDE4_KHTML_LIBS} \
)  
 install(TARGETS kdevhtmlpreview  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/KDE/kdewebdev/quanta/plugins/structuretree/CMakeLists.txt #729190:729191
@@ -28,7 +28,7 @@
 
 
 
-target_link_libraries(kdevstructuretree kdevquanta kdevplatforminterfaces \
kde3support ${KDE4_KDECORE_LIBS} ) +target_link_libraries(kdevstructuretree \
kdevquanta kdevplatforminterfaces ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KDECORE_LIBS} )  
 install(TARGETS kdevstructuretree  DESTINATION ${PLUGIN_INSTALL_DIR})
 


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

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