X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=469cb5e22fb7c24598a15e6d8de4b6f80386bdcf;hb=a52fcc7685afca7c003c64150399262fd362de00;hp=6fa08273ef73ed8d865d971b4e1da42d8784c722;hpb=6e3f046e779b939efebdfa4d9e68fe28d9beee59;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fa0827..469cb5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,7 +125,6 @@ set(pulseview_SOURCES pv/prop/binding/binding.cpp pv/prop/binding/decoderoptions.cpp pv/prop/binding/deviceoptions.cpp - pv/toolbars/contextbar.cpp pv/toolbars/samplingbar.cpp pv/view/analogsignal.cpp pv/view/cursor.cpp @@ -143,6 +142,7 @@ set(pulseview_SOURCES pv/view/viewport.cpp pv/view/decode/annotation.cpp pv/widgets/popup.cpp + pv/widgets/wellarray.cpp ) # This list includes only QObject derrived class headers @@ -153,7 +153,6 @@ set(pulseview_HEADERS pv/dialogs/about.h pv/dialogs/connect.h pv/dialogs/deviceoptions.h - pv/toolbars/contextbar.h pv/toolbars/samplingbar.h pv/view/cursor.h pv/view/decodesignal.h @@ -167,6 +166,7 @@ set(pulseview_HEADERS pv/view/trace.h pv/view/view.h pv/view/viewport.h + pv/widgets/wellarray.h ) set(pulseview_FORMS