diff options
author | Robert Jonsson <spamatica@gmail.com> | 2011-10-04 18:58:03 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2011-10-04 18:58:03 +0000 |
commit | ad507206af844ea5f9ca0b89726a92e159fc9c8c (patch) | |
tree | 7ab0904cf67ba9000ca0e1c751ced32d068f7782 /muse2/awl/CMakeLists.txt | |
parent | f3313cc78e637ec9bc11efce5eb943434da93416 (diff) |
fixes to SigEdit
Diffstat (limited to 'muse2/awl/CMakeLists.txt')
-rw-r--r-- | muse2/awl/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/awl/CMakeLists.txt b/muse2/awl/CMakeLists.txt index f84194a8..7586b1c2 100644 --- a/muse2/awl/CMakeLists.txt +++ b/muse2/awl/CMakeLists.txt @@ -45,6 +45,7 @@ QT4_WRAP_CPP (awl_mocs posedit.h # poslabel.h sigedit.h + sigspinbox.h slider.h # tcanvas.h tempoedit.h @@ -80,6 +81,7 @@ file (GLOB awl_source_files posedit.cpp # poslabel.cpp sigedit.cpp + sigspinbox.cpp slider.cpp # tcanvas.cpp tempoedit.cpp |