admin管理员组文章数量:1336631
After nearly finishing compiling my app, it fails with error
/usr/bin/ld: cannot find -lWebKit1"
I compiled Qt with webkit manually. It completes properly, and I see all the necessary files created in libs/include/pkg-config
, so I am unsure what the problem is. From what I can tell, the -lWebKit1
flag comes from Qt5WebKit.pc
, located in my pkg-config database after compiling Qt with webkit. When I install libqt5webkit5-dev
and libqt5webkit5
with aptitude, I don't get these errors. Do I need to export a path after the Qt compilation, and if so, which? Any help is greatly appreciated.
Compiling my app, I expected to complete, but it only completes when I install Qt and webkit with aptitude, not when I compile them manually.
本文标签:
版权声明:本文标题:makefile - After compiling Qt and Webkit, compiling my app fails w: "cannot find -lWebKit1" but i see all the 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742413730a2470302.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论