1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-03 08:28:35 +00:00
svn path=/trunk/KDE/kdenetwork/krfb/; revision=664926
This commit is contained in:
Laurent Montel 2007-05-15 07:27:38 +00:00
parent 4cd8a24c14
commit fed4fc82fa

View File

@ -41,7 +41,7 @@ kde4_add_ui_files(krfb_SRCS connectionwidget.ui
kde4_add_executable(krfb ${krfb_SRCS})
target_link_libraries(krfb ${KDE4_KIO_LIBS} ${JPEG_LIBRARIES} ${SLP_LIBRARIES} ${LIBVNCSERVER_LIBRARIES} ${X11_Xdamage_LIB} ${KDE4_KDNSSD_LIBRARY})
target_link_libraries(krfb ${KDE4_KIO_LIBS} ${JPEG_LIBRARIES} ${SLP_LIBRARIES} ${LIBVNCSERVER_LIBRARIES} ${X11_Xdamage_LIB} ${KDE4_KDNSSD_LIBRARY} ${QT_QT3SUPPORT_LIBRARY})
install(TARGETS krfb DESTINATION ${BIN_INSTALL_DIR})