Qt 和 wwWidgets - QwwButtonLineEdit
我正在使用 Qt 4.7 和 wwWidgets 1.0(一组 Qt 小部件),并且我正在尝试使用 QwwButtonLineEdit
。我只是将小部件放在窗口上并运行应用程序。但出了一些(非常)错误。出现了一个不起眼的错误:
./debug\ViewCadastrarEstagiario.o:ViewCadastrarEstagiario.cpp:(.text$_ZN26Ui_ViewCadastrarEstagiario7setupUiEP7QWidget[Ui_ViewCadastrarEstagiario::setupUi(QWidget*)]+0x141c):未定义引用`imp__ZN17QwwButtonLineEditC1EP7QWidget' collect2:ld返回1退出状态
其中 ViewCadastrarEstagiario
是我的窗口。
我没有改变名字,也没有改变任何其他财产。我刚刚放置了小部件并运行了应用程序,这个奇怪的错误就跳到了我的面前。
你能帮助我吗?
I'm working with Qt 4.7 and wwWidgets 1.0 (a set of widgets for Qt), and I'm trying to use QwwButtonLineEdit
. I just placed the widget on the window and ran the app. But something went (very) wrong. An obscure error appeared:
./debug\ViewCadastrarEstagiario.o:ViewCadastrarEstagiario.cpp:(.text$_ZN26Ui_ViewCadastrarEstagiario7setupUiEP7QWidget[Ui_ViewCadastrarEstagiario::setupUi(QWidget*)]+0x141c): undefined reference to `imp__ZN17QwwButtonLineEditC1EP7QWidget'
collect2: ld returned 1 exit status
Where ViewCadastrarEstagiario
is my window.
I didn't change the name, nor any other property. I just placed the widget and ran the application, and this weird error jumped in my face.
Can you help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只是忘记将库添加到项目文件夹中。我的坏!
I just forgot to add the library to project folder. My bad!