Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 378785
Collapse All | Expand All

(-)kdelibs-4.7.1.orig/kdewidgets/CMakeLists.txt (-2 / +2 lines)
Lines 25-31 Link Here
25
25
26
########### next target ###############
26
########### next target ###############
27
27
28
if(QT_QTDESIGNER_FOUND)
28
#if(QT_QTDESIGNER_FOUND)
29
  # get the name of the generated wrapper script (which sets up LD_LIBRARY_PATH)
29
  # get the name of the generated wrapper script (which sets up LD_LIBRARY_PATH)
30
  get_target_property(MAKEKDEWIDGETS_EXECUTABLE makekdewidgets WRAPPER_SCRIPT)
30
  get_target_property(MAKEKDEWIDGETS_EXECUTABLE makekdewidgets WRAPPER_SCRIPT)
31
31
Lines 158-164 Link Here
158
158
159
     install(TARGETS kde3supportwidgets  DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer )
159
     install(TARGETS kde3supportwidgets  DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer )
160
  endif (QT_QT3SUPPORT_FOUND)
160
  endif (QT_QT3SUPPORT_FOUND)
161
endif (QT_QTDESIGNER_FOUND)
161
#endif (QT_QTDESIGNER_FOUND)
162
162
163
########### install files ###############
163
########### install files ###############
164
164

Return to bug 378785