Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows で動作する C++ 用の DB アクセス ライブラリを探していました。私は試した
次のオプションは、Qt の DB アクセス モジュールである QtSql を使用することでした。
他のQtのものをインポートまたはリンクせずにQtSqlを使用することは可能ですか?
はい、Qt DLL の一部に対してのみコンパイルできます。しかし、すべての場合において、QtCore に対してもビルドする必要があると思います。したがって、.pro ファイルには
qt += core sql