Topic: Building QET from source - sqlite3 development package not found
I am trying to build QElectroTech from source on Windows. I think I am almost there. However, I am stuck when running qmake, I get the following error
12:58:22: Starting: "C:\Qt\5.15.0\mingw81_64\bin\qmake.exe" C:\Users\Lucas\Development_qet\qelectrotech-source-mirror\qelectrotech.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
Project ERROR: sqlite3 development package not found
12:58:22: The process "C:\Qt\5.15.0\mingw81_64\bin\qmake.exe" exited with code 3.
Error while building/deploying project qelectrotech (kit: Desktop Qt 5.15.0 MinGW 64-bit)
When executing step "qmake"
Any idea how to fix this? This might of course also be a problem with my Qt installation.