0

I have just installed kdevelop 4.0 on my Ubuntu machine and found that there are very few project templates (all are Qt related). I am not a qt developer and the previous versions of kdevelop had a lot of project templates. I am not sure how to get general C and C++ GTK templates.

A Screenshot from a older version of kdevelop: http://www.euclideanspace.com/software/language/cpp/kdevelop/kd2.gif

skaffman
  • 398,947
  • 96
  • 818
  • 769
Shiv Deepak
  • 3,122
  • 5
  • 34
  • 49

3 Answers3

3

If you are using ubuntu, try installing the kapptemplate package. It doesn't contain as many templates as kdevelop 3 but many more than the predefined.

Sambatyon
  • 3,316
  • 10
  • 48
  • 65
1

just execute this command and you will have some new templates

sudo apt-get install kapptemplate

eeadev
  • 3,662
  • 8
  • 47
  • 100
0

At this time there are no general C or C++ GTK templates in KDevelop 4.

OliJG
  • 2,650
  • 1
  • 16
  • 15