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 659897fd6d
Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD
5 months ago
admin@36c8888e40 Reset submodule main/core/tdevelop/admin to latest HEAD 5 months ago
buildtools Replace Q_SIGNALS and Q_SLOTS 7 months ago
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
editors Replace Q_SIGNALS and Q_SLOTS 7 months ago
embedded Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
kdevdesigner Replace Q_SIGNALS and Q_SLOTS 7 months ago
languages cmake files: change keywords to lower case 6 months ago
lib Fix FTBFS from prior commit. 5 months ago
mimetypes
parts Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD 5 months ago
pics
src Replace Q_SIGNALS and Q_SLOTS 7 months ago
translations/desktop_files Merge translation files from master branch. 6 months ago
vcs Replace Q_SIGNALS and Q_SLOTS 7 months ago
.gitmodules
AUTHORS
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt 6 months ago
CMakeLists.txt Use centralized cmake version 6 months ago
COPYING
COPYING.LIB
ChangeLog
ConfigureChecks.cmake
Doxyfile
Doxyfile.am
Doxyfile_full.am
HACKING
HACKING.language
INSTALL
Makefile.am
Makefile.cvs
NEWS
README
TODO
config.h.cmake
configure.in.bot
configure.in.in
kdevassistant.desktop
kdevprj2kdevelop
tde-development-tdevelop.directory
tdevelop.desktop
tdevelop.m4.in
tdevelop_c_cpp.desktop
tdevelop_kde_cpp.desktop
tdevelop_ruby.desktop
tdevelop_scripting.desktop
x-tdevelop.desktop

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.