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.
C++ クラス (ヘッダーとソース) を QML プロジェクトのプラグインとして使用しました (QtCreator を IDE として使用)。
このエラーが発生し続けます:
erreur : undefined reference to `_imp___ZN16QDeclarativeItemC2ERKS_'
どうすればこれを修正できますか?
Qtの宣言型ライブラリをリンクする必要があります。詳細については、ドキュメントを参照してください。