当前位置: 技术问答>linux和unix
Kdevelop和Qt的简单问题
来源: 互联网 发布时间:2015-09-20
本文导语: 本来想照着这篇指南来学习怎么用Kdevelop和Qt写程序 http://women.kde.org/articles/tutorials/kdevelop3/creating.html 我是Redhat自带的Kdevelop,和文章中的不一样,点击新建项目后默认是Kde normal, Qt那一项有三种:SDI,MDI,EXTMDI, 我应该...
本来想照着这篇指南来学习怎么用Kdevelop和Qt写程序
http://women.kde.org/articles/tutorials/kdevelop3/creating.html
我是Redhat自带的Kdevelop,和文章中的不一样,点击新建项目后默认是Kde normal,
Qt那一项有三种:SDI,MDI,EXTMDI,
我应该怎样才能创建像文章中创建的那种Simple KDE Application
http://women.kde.org/articles/tutorials/kdevelop3/creating.html
我是Redhat自带的Kdevelop,和文章中的不一样,点击新建项目后默认是Kde normal,
Qt那一项有三种:SDI,MDI,EXTMDI,
我应该怎样才能创建像文章中创建的那种Simple KDE Application
|
你看的是http://women.kde.org/articles/tutorials.php中的
KDevelop 3 and Qt Designer 3 for beginners吧
你应该看这个
KDevelop 2 and Qt Designer 2 for beginners
你建一个KDE2 Mini application试试
KDevelop 3 and Qt Designer 3 for beginners吧
你应该看这个
KDevelop 2 and Qt Designer 2 for beginners
你建一个KDE2 Mini application试试
|
你需要升级automake和autoconf
先在ftp://ftp.gnu.org/gnu/autoconf下载autoconf2.59,解压到/usu/local,
./configure --prefix=/usr
make
make install
再在ftp://ftp.gnu.org/gnu/automake下载automake1.8,解压到/usu/local,
./configure --prefix=/usr
make
make install
就可以了
先在ftp://ftp.gnu.org/gnu/autoconf下载autoconf2.59,解压到/usu/local,
./configure --prefix=/usr
make
make install
再在ftp://ftp.gnu.org/gnu/automake下载automake1.8,解压到/usu/local,
./configure --prefix=/usr
make
make install
就可以了