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

List:       kde-commits
Subject:    KDE/kdebase/workspace/kdm
From:       Laurent Montel <montel () kde ! org>
Date:       2007-09-27 7:16:29
Message-ID: 1190877389.173225.9405.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 717571 by mlaurent:

Link


 M  +2 -0      backend/CMakeLists.txt  
 M  +2 -1      kfrontend/CMakeLists.txt  


--- trunk/KDE/kdebase/workspace/kdm/backend/CMakeLists.txt #717570:717571
@@ -64,6 +64,8 @@
 	${SOCKET_LIBRARIES}
 	${RESOLV_LIBRARIES}
 	${BLITZ_LIBRARIES}
+        ${QT_QTCORE_LIBRARY}
+        ${QT_QTGUI_LIBRARY}
 )
 if(UTIL_LIBRARIES)
 	target_link_libraries( kdm ${UTIL_LIBRARIES} )
--- trunk/KDE/kdebase/workspace/kdm/kfrontend/CMakeLists.txt #717570:717571
@@ -87,7 +87,8 @@
 set(krootimage_SRCS krootimage.cpp krootimage.h ${backgroundlib_SRCS})
 kde4_add_executable(krootimage ${krootimage_SRCS})
 # needs qt3support for q3ptrvector in background/bgrender.cpp
-target_link_libraries(krootimage ${KDE4_KIO_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${BLITZ_LIBRARIES})
+target_link_libraries(krootimage ${KDE4_KIO_LIBS} ${QT_QTCORE_LIBRARY}
+${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} ${BLITZ_LIBRARIES})
 install(TARGETS krootimage DESTINATION ${BIN_INSTALL_DIR})
 
 set(genkdmconf_SRCS genkdmconf.c)
[prev in list] [next in list] [prev in thread] [next in thread] 

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