diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-07-05 14:30:25 +0200 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-07-05 14:30:25 +0200 |
commit | b20f235166531ce45009813583ae479d539cb8b8 (patch) | |
tree | 26c435c7d6cbf4f3d7b67ef6c71dee8d07e37e6b /app/CMakeLists.txt | |
parent | feff1f39d72a18b1f5d28fa80a112af311475483 (diff) |
WIP better handling for slider creation
The creation of sliders is now using a template instead of a string
computation.
Also fixed some indentation and trailing spaces issues.
Change-Id: Ieb1d9f953d61fa1bac46bf1ab6904e67d09a3fa9
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r-- | app/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 9aacf16..abbc03b 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -48,8 +48,8 @@ set_target_properties(mixer PROPERTIES ) target_link_libraries(mixer - Qt5::Core - Qt5::Quick + Qt5::Core + Qt5::Quick Qt5::QuickControls2 Qt5::WebSockets json-c @@ -59,6 +59,6 @@ target_link_libraries(mixer if(NOT NATIVE_BUILD) target_link_libraries(mixer homescreen - qtWindowmanager + qtWindowmanager ) endif() |