我的小程序有问题(Ubuntu 14.04,Qt5,Code :: Blocks)

时间:2014-11-23 17:43:40

标签: qt5 codeblocks ubuntu-14.04

好的,我将发布一系列我拍摄的照片,并附上一些红色注释:

图1:我的Main.cpp

My Main.cpp

图2:Utntu上的Qt5.3目录

Qt5.3 Directory on Ubuntu

图3:Code :: Blocks

上的其他包含目录

Additional include directories on Code::Blocks

图4:我在Code :: Blocks

中包含的链接器目录

Linker Directory i’ve included on Code::Blocks

图5:链接库我指向

Linker Libraries i point to

图6:其他一些选项

Some other options

图7:当我最终运行程序时,我得到的错误

the error i am getting when i finally run the program

这是我第一次尝试进入Ubuntu的Qt5,我需要使用Code :: Blocks, 因为这是我最有经验的IDE,以防有人建议QtCreator。我知道它 强大但我只会将Qt5用于某些部分,而不是整个项目都将基于Qt5。有没有好处 教程 - 介绍你一般了解Qt5和Linux吗?

1 个答案:

答案 0 :(得分:1)

根据错误消息,我认为错误的来源是错过Qt5Widget库的链接器设置。