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
TDE Gitea 6d04365de3
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
2 years ago
admin@92a6d62b8f Reset submodule main/core/tdevelop/admin to latest HEAD 2 years ago
buildtools Automatically update admin submodule and copy sustem libtool files before first build 12 years ago
doc Fix various cmake build issues 12 years ago
editors Rename old tq methods that no longer need a unique name 12 years ago
embedded Fix various cmake build issues 12 years ago
kdevdesigner Fix various cmake build issues 12 years ago
languages Automatically update admin submodule and copy sustem libtool files before first build 12 years ago
lib Fix inadvertent renaming. 11 years ago
mimetypes Fix various cmake build issues 12 years ago
parts Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD 2 years ago
pics [kdevelop] initial cmake support 14 years ago
src Fix FTBFS 11 years ago
vcs Add Comment description to KDED service in support of bug report 1129. 11 years ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeLists.txt Raise the minimum required version of CMake to 3.1. 2 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.