TDE development IDE
You cannot 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
Michele Calgaro 2c9b915b8d
Designer: use global includes instead of includehints and remove duplicated include directives if found in UI files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
admin@8c7e0d40de Reset submodule main/core/tdevelop/admin to latest HEAD 5 years ago
buildtools Fix ftbfs on Fedora 34 5 years ago
doc Removed code formatting modelines. 5 years ago
editors Fix ftbfs on Fedora 34 5 years ago
embedded Fix ftbfs on Fedora 34 5 years ago
kdevdesigner Designer: use global includes instead of includehints and remove duplicated include directives if found in UI files. 4 years ago
languages Fix ftbfs on Fedora 34 5 years ago
lib Fix ftbfs on Fedora 34 5 years ago
mimetypes Desktop file translations: 6 years ago
parts Fix ftbfs on Fedora 34 5 years ago
pics Use common icons from tdelibs crystal folder to avoid icon duplication. 6 years ago
src Removed code formatting modelines. 5 years ago
translations/desktop_files Update translation files 5 years ago
vcs Fix ftbfs on Fedora 34 5 years ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 5 years ago
AUTHORS
CMakeL10n.txt Raise the minimum required version of CMake to 3.1 in CMakeL10n rules. 4 years ago
CMakeLists.txt Raise the minimum required version of CMake to 3.1. 4 years ago
COPYING
COPYING.LIB
ChangeLog
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, 6 years ago
Doxyfile
Doxyfile.am Removed code formatting modelines. 5 years ago
Doxyfile_full.am Removed code formatting modelines. 5 years ago
HACKING
HACKING.language
INSTALL
Makefile.am Renaming of files in preparation for code style tools. 5 years ago
Makefile.cvs
NEWS
README
TODO
config.h.cmake
configure.in.bot
configure.in.in
kdevassistant.desktop Desktop file translations: 6 years ago
kdevprj2kdevelop
tde-development-tdevelop.directory Desktop file translations: 6 years ago
tdevelop.desktop Desktop file translations: 6 years ago
tdevelop.m4.in
tdevelop_c_cpp.desktop Desktop file translations: 6 years ago
tdevelop_kde_cpp.desktop Desktop file translations: 6 years ago
tdevelop_ruby.desktop Desktop file translations: 6 years ago
tdevelop_scripting.desktop Desktop file translations: 6 years ago
x-tdevelop.desktop Desktop file translations: 6 years ago

README

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

  Install doxygen and the tdelibs 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.