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.
LIBS フラグを使用して、qwt ライブラリをプロジェクトにリンクします。だから私のプロジェクトの.proで私は持っています
LIBS += -L/home/Desktop/qwt-6.0.1/lib -lqwt
とにかく、Qt は qwt クラスを認識しません。何が足りないの??
ヘッダーを含めるのを忘れたと思います。
以下を追加してみてください
INCLUDE += /home/Desktop/qwt-6.0.1/include