diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2012-11-18 03:02:26 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2012-11-18 03:02:26 +0000 |
commit | eb84bb454c9a729c72b761b3911e98652879bfb8 (patch) | |
tree | 61094145c7aea1b719923c0292cef18a8d2e2c43 | |
parent | 92800b0f31abb9182d717edd4e921cdb0c74464d (diff) |
"widgets" depend on "instruments"
-rw-r--r-- | muse2/ChangeLog | 1 | ||||
-rw-r--r-- | muse2/muse/widgets/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 4522a165..21bdba1d 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -2,6 +2,7 @@ * Improved: Deicsonze soft synthesizer: Fixed crash, bugs, added ladspa plugins. (Tim) TODO: No plugin control automation. Some oddities with log slider/entry ranges. Maybe add delay wet/dry. * Added: Request from forums: Auto-start Jack upon MusE startup. Command-line disable switch -J added. (Tim) + * "widgets" depend on "instruments". (Orcan) 15.11.2012: * Improved: Popup menus: Auto-breakup too-wide menus in class PopupMenu. (Tim) In some cases X/Qt was giving up if too wide AND/OR too many columns, menu would not appear. diff --git a/muse2/muse/widgets/CMakeLists.txt b/muse2/muse/widgets/CMakeLists.txt index 3808a99f..ed72e1a9 100644 --- a/muse2/muse/widgets/CMakeLists.txt +++ b/muse2/muse/widgets/CMakeLists.txt @@ -268,6 +268,7 @@ set_target_properties( widgets target_link_libraries ( widgets ${QT_LIBRARIES} icons + instruments ) ## |