mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Found this gold linking error on my shiny new AMD64 system (the libraries are somewhat different on linux/x86-64 it seems)
svn path=/trunk/KDE/kdebase/apps/; revision=851544
This commit is contained in:
parent
df513dea71
commit
562ac57278
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ qt4_wrap_ui(KCM_OPENGL_PART_UIS_H ${KCM_OPENGL_PART_UIS})
|
|||
|
||||
kde4_add_plugin(kcm_opengl ${KCM_OPENGL_PART_SRCS} ${KCM_OPENGL_PART_UIS_H})
|
||||
|
||||
target_link_libraries(kcm_opengl ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY})
|
||||
target_link_libraries(kcm_opengl ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB}
|
||||
${DL_LIBRARY} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY})
|
||||
|
||||
install(TARGETS kcm_opengl DESTINATION ${PLUGIN_INSTALL_DIR})
|
||||
|
||||
|
|
Loading…
Reference in a new issue