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
Michele Calgaro 58c3f92ddc
Use common icons from tdelibs crystal folder to avoid icon duplication.
4 years ago
admin@ae96f3ea48 Reset submodule main/tdevelop/admin to latest HEAD 4 years ago
buildtools Desktop file translations: 4 years ago
cmake@63b5532a29 Reset submodule main/tdevelop/cmake to latest HEAD 4 years ago
doc Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 6 years ago
editors Desktop file translations: 4 years ago
embedded Desktop file translations: 4 years ago
kdevdesigner Desktop file translations: 4 years ago
languages Use tde_create_tarball, which is ready for reproducible builds, 4 years ago
lib Desktop file translations: 4 years ago
mimetypes Desktop file translations: 4 years ago
parts Use tde_create_tarball, which is ready for reproducible builds, 4 years ago
pics Use common icons from tdelibs crystal folder to avoid icon duplication. 4 years ago
src Desktop file translations: 4 years ago
translations/desktop_files Desktop file translations: 4 years ago
vcs Desktop file translations: 4 years ago
.gitmodules Switch all submodules to https. 4 years ago
AUTHORS Revert "Finish renaming tdevelop components" 10 years ago
CMakeL10n.txt Desktop file translations: 4 years ago
CMakeLists.txt Desktop file translations: 4 years ago
COPYING Fixed remaining GPL address zip codes 15 years ago
COPYING.LIB Fixed remaining GPL address zip codes 15 years ago
ChangeLog qt -> tqt conversion: 6 years ago
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, 4 years ago
Doxyfile qt -> tqt conversion: 6 years ago
Doxyfile.am qt -> tqt conversion: 6 years ago
Doxyfile_full.am qt -> tqt conversion: 6 years ago
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
Makefile.am Revert to .kdevelop files with <kdevelop> entity name for project files. 9 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 Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
config.h.cmake Add CMake check if the getline function is defined 5 years ago
configure.in.bot Revert "Finish renaming tdevelop components" 10 years ago
configure.in.in qt -> tqt conversion: 6 years ago
kdevassistant.desktop Desktop file translations: 4 years ago
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. 9 years ago
tde-development-tdevelop.directory Desktop file translations: 4 years ago
tdevelop.desktop Desktop file translations: 4 years ago
tdevelop.m4.in qt -> tqt conversion: 6 years ago
tdevelop_c_cpp.desktop Desktop file translations: 4 years ago
tdevelop_kde_cpp.desktop Desktop file translations: 4 years ago
tdevelop_ruby.desktop Desktop file translations: 4 years ago
tdevelop_scripting.desktop Desktop file translations: 4 years ago
x-tdevelop.desktop Desktop file translations: 4 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.