本来想照着这篇指南来学习怎么用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.php中的
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
就可以了