Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 296023 | Differences between
and this patch

Collapse All | Expand All

(-)mscore-0.9.5.orig/mscore/awl/CMakeLists.txt (+4 lines)
Lines 84-89 Link Here
84
      colorlabel.h
84
      colorlabel.h
85
      )
85
      )
86
86
87
if (BUILD_AWL_PLUGIN)
88
87
add_library (
89
add_library (
88
      awlplugin SHARED
90
      awlplugin SHARED
89
      ${PROJECT_BINARY_DIR}/all.h
91
      ${PROJECT_BINARY_DIR}/all.h
Lines 108-111 Link Here
108
110
109
install( TARGETS awlplugin DESTINATION ${QT_PLUGINS_DIR}/designer/ )
111
install( TARGETS awlplugin DESTINATION ${QT_PLUGINS_DIR}/designer/ )
110
112
113
endif (BUILD_AWL_PLUGIN)
114
111
endif (NOT MINGW AND NOT APPLE)
115
endif (NOT MINGW AND NOT APPLE)
(-)mscore-0.9.5.orig/mscore/CMakeLists.txt (+2 lines)
Lines 31-36 Link Here
31
set(GCC_VISIBILITY TRUE)                  # requires gcc 4.x?
31
set(GCC_VISIBILITY TRUE)                  # requires gcc 4.x?
32
set(HAS_AUDIOFILE TRUE)                   # requires libsndfile
32
set(HAS_AUDIOFILE TRUE)                   # requires libsndfile
33
33
34
set(BUILD_AWL_PLUGIN FALSE)
35
34
set(STATIC_SCRIPT_BINDINGS FALSE)
36
set(STATIC_SCRIPT_BINDINGS FALSE)
35
37
36
if (MINGW)
38
if (MINGW)

Return to bug 296023