求问关于Qt添加intel的ijl15l.lib 库问题
--------------------编程问答-------------------- 不懂,帮楼主顶下帖子吧 --------------------编程问答-------------------- 都没有人知道么? --------------------编程问答-------------------- 需要看一下你的Makefile --------------------编程问答-------------------- 可能文件数量不够吧。。。 --------------------编程问答-------------------- 楼主,解决了吗?我也碰到了同样的问题。我在工程文件中添加:
LIBS += E:/Qt_Project/Telematics/Telematics/RIL/Connect/ConnectManager.lib
在调用的Source文件中添加:
Q_IMPORT_PLUGIN(ConnectManager)
结果提示出错:
./release\mainwidget.o:mainwidget.cpp:(.text+0x31): undefined reference to `qt_plugin_instance_ConnectManager()'
./release\mainwidget.o:mainwidget.cpp:(.text+0xdcc): undefined reference to `RasDialUp()'
补充:移动开发 , Qt