added Sql as package to fix issue with Qt 6.7.2

This commit is contained in:
AdenKoperczak 2024-08-16 13:58:00 -04:00
parent 70a09fe3d3
commit 6e7bd3bdec

View file

@ -43,6 +43,7 @@ find_package(Qt${QT_VERSION_MAJOR}
SerialPort
Svg
Widgets
Sql
REQUIRED)
set(SRC_EXE_MAIN source/scwx/qt/main/main.cpp)