1

I want to use sqlite in my application. I compile sqlite in desktop and it compile successfully but when I compile it with qt web-assembly I get ERROR: Unknown module(s) in QT: sql with emsdk 1.38.27-64bit.So I use emsdk 1.38.30-64bit with thread feature but I could not compile a simple example.

Niusha
  • 79
  • 1
  • 10

1 Answers1

1

QtSql is not supported by Qt webassembly. See here.

eyllanesc
  • 235,170
  • 19
  • 170
  • 241
chehrlic
  • 913
  • 1
  • 5
  • 5