SQL Plugin with CMake example. Is there any?
-
Hello!
Seeking SQL Plugin with CMake example or manual. Is there any?
Going to redevelop custom SQL Plugin (Driver) from QMake to CMake. Don't know how to develop CMake file itself for this case.Need to recreate this project https://github.com/devbean/QtCipherSqlitePlugin with CMake for using it with Qt 6.5.*
-
Hi,
If memory serves well, there's a script somewhere in Qt's sources to help convert .pro files to their cmake counterparts. Something like
qmake2cmake. -
Hello!
Seeking SQL Plugin with CMake example or manual. Is there any?
Going to redevelop custom SQL Plugin (Driver) from QMake to CMake. Don't know how to develop CMake file itself for this case.Need to recreate this project https://github.com/devbean/QtCipherSqlitePlugin with CMake for using it with Qt 6.5.*
@bogong said in SQL Plugin with CMake example. Is there any?:
Don't know how to develop CMake file itself for this case.
Simply look at the sql plugins provided by Qt should more or less be enough I would guess.