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 f4c9572960
Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD
6 years ago
admin@68f23556e6 Reset submodule main/tdevelop/admin to latest HEAD 6 years ago
buildtools qt -> tqt conversion: 6 years ago
cmake@0a40752779 Reset submodule main/tdevelop/cmake to latest HEAD 6 years ago
doc Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 6 years ago
editors
embedded
kdevdesigner Add CMakeL10n rules. 6 years ago
languages Removed obsolete Qt2's TQList/TQListIterator classes and replaced 6 years ago
lib LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
mimetypes
parts Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 6 years ago
pics Fix invalid headers in PNG files and optimize for size 8 years ago
src qt -> tqt conversion: 6 years ago
vcs Add CMake check if the getline function is defined 6 years ago
.gitmodules
AUTHORS
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
CMakeLists.txt Use common CMake tests. 6 years ago
COPYING
COPYING.LIB
ChangeLog qt -> tqt conversion: 6 years ago
ConfigureChecks.cmake Add CMake check if the getline function is defined 6 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
HACKING.language
INSTALL
Makefile.am
Makefile.cvs
NEWS
README
TODO
config.h.cmake Add CMake check if the getline function is defined 6 years ago
configure.in.bot
configure.in.in qt -> tqt conversion: 6 years ago
kdevassistant.desktop
kdevprj2kdevelop
tde-development-tdevelop.directory
tdevelop.desktop
tdevelop.lsm
tdevelop.m4.in qt -> tqt conversion: 6 years ago
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.