diff -ur mscore-0.9.5.orig/mscore/awl/CMakeLists.txt mscore-0.9.5/mscore/awl/CMakeLists.txt --- mscore-0.9.5.orig/mscore/awl/CMakeLists.txt 2009-02-06 12:32:19.000000000 +0200 +++ mscore-0.9.5/mscore/awl/CMakeLists.txt 2009-05-10 16:34:42.000000000 +0300 @@ -84,6 +84,8 @@ colorlabel.h ) +if (BUILD_AWL_PLUGIN) + add_library ( awlplugin SHARED ${PROJECT_BINARY_DIR}/all.h @@ -108,4 +110,6 @@ install( TARGETS awlplugin DESTINATION ${QT_PLUGINS_DIR}/designer/ ) +endif (BUILD_AWL_PLUGIN) + endif (NOT MINGW AND NOT APPLE) diff -ur mscore-0.9.5.orig/mscore/CMakeLists.txt mscore-0.9.5/mscore/CMakeLists.txt --- mscore-0.9.5.orig/mscore/CMakeLists.txt 2009-02-06 12:37:31.000000000 +0200 +++ mscore-0.9.5/mscore/CMakeLists.txt 2009-05-10 16:34:42.000000000 +0300 @@ -31,6 +31,8 @@ set(GCC_VISIBILITY TRUE) # requires gcc 4.x? set(HAS_AUDIOFILE TRUE) # requires libsndfile +set(BUILD_AWL_PLUGIN FALSE) + set(STATIC_SCRIPT_BINDINGS FALSE) if (MINGW)