Fix Database migration version handling (#1356)

This commit is contained in:
LordGrey
2021-10-16 13:54:18 +02:00
committed by GitHub
parent ac1dad77e3
commit 532ac7e330
8 changed files with 267 additions and 171 deletions

View File

@@ -36,6 +36,9 @@ if(ENABLE_X11)
target_link_libraries(test_x11performance ${X11_LIBRARIES} Qt5::Widgets)
endif(ENABLE_X11)
add_executable(test_versions TestVersions.cpp)
target_link_libraries(test_versions Qt5::Core)
######### These tests are broken. May they fix someone ##########
# add_executable(test_image2ledsmap TestImage2LedsMap.cpp)