Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 321 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 321 Bytes

QSql

  • Configuration CMake
add_subdirectory(QSql) # in your project file CMakeFiles.txt
... 
target_link_libraries(... QSqlplugin)
  • In main cpp
#include <QSql/include/sqlplugin.h>
...
qmlRegisterType<SqlPlugin>("QSql",1,0,"SqlDriver"); // insert it after engine declaration