summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/trending-up.svg
blob: 52026a4dfbd2a8b06bc508499477fb81d2580316 (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trending-up"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline></svg>
os;, 'flags.cpp'], ['hotplug-cameras', 'hotplug-cameras.cpp'], ['mapped-buffer', 'mapped-buffer.cpp'], ['message', 'message.cpp'], ['object', 'object.cpp'], ['object-delete', 'object-delete.cpp'], ['object-invoke', 'object-invoke.cpp'], ['pixel-format', 'pixel-format.cpp'], ['signal-threads', 'signal-threads.cpp'], ['threads', 'threads.cpp'], ['timer', 'timer.cpp'], ['timer-thread', 'timer-thread.cpp'], ['utils', 'utils.cpp'], ] foreach t : public_tests exe = executable(t[0], t[1], dependencies : libcamera_public, link_with : test_libraries, include_directories : test_includes_public) test(t[0], exe) endforeach foreach t : internal_tests exe = executable(t[0], t[1], dependencies : libcamera_private, link_with : test_libraries, include_directories : test_includes_internal) test(t[0], exe) endforeach