TDE development IDE
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Slávek Banko 22f109e129
Official Trinity Desktop Environment v3.5.13.1 release
12 years ago
admin@dcb06c9359 Official Trinity Desktop Environment v3.5.13.1 release 12 years ago
buildtools Fix inadvertent "TQ" changes. 12 years ago
cmake@43ef41ffd6 Official Trinity Desktop Environment v3.5.13.1 release 12 years ago
doc Update HTML install path references. 12 years ago
editors Rename old tq methods that no longer need a unique name 12 years ago
embedded Rename old tq methods that no longer need a unique name 12 years ago
kdevdesigner Fix linear alphabet string errors 12 years ago
languages GCC 4.7 fix. 12 years ago
lib Fix inadvertent "TQ" changes. 12 years ago
mimetypes [kdevelop] initial cmake support 14 years ago
parts Official Trinity Desktop Environment v3.5.13.1 release 12 years ago
pics [kdevelop] initial cmake support 14 years ago
src Rename a few stragglers 12 years ago
vcs Fix subversion library detection on multiarch 12 years ago
.gitmodules Add common directories 12 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeLists.txt [kdevelop] initial cmake support 14 years ago
COPYING Fixed remaining GPL address zip codes 15 years ago
COPYING.LIB Fixed remaining GPL address zip codes 15 years ago
ChangeLog Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ConfigureChecks.cmake [kdevelop] sync with new cmake macros 13 years ago
Doxyfile Update HTML install path references. 12 years ago
Doxyfile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Doxyfile_full.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
HACKING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
HACKING.language Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
config.h.cmake [kdevelop] initial cmake support 14 years ago
configure.in.bot Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in TQt4 port kdevelop 13 years ago
kde-development-kdevelop.directory Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevassistant.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop.lsm Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop.m4.in Update HTML install path references. 12 years ago
kdevelop_c_cpp.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop_kde_cpp.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop_ruby.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop_scripting.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevprj2kdevelop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
x-kdevelop.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

KDE API Documentation
---------------------------
If the KDE API documentation does not exist, it can be created
as follows:

  Install doxygen and the kdelibs sources. Then

  make apidox
  make install-apidox

After that you should follow the instructions at:

http://www.kdevelop.org/index.html?filename=branches_compiling.html

to compile KDevelop


For the graphical classbrowser, you need the program 'dot'
from the graphviz package which can be downloaded from
www.graphviz.org. This is only a runtime dependency!

If you are experiencing build problems related to .moc files, try
  rm *.moc*
  make force-reedit
in the source directory where the build system complains.