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
Automated System 5316c76de8
Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD
13 years ago
admin@03276f8119 Reset submodule main/tdevelop/admin to latest HEAD 13 years ago
buildtools Rename obsolete tq methods to standard names 13 years ago
cmake@4ea6710b85 Reset submodule main/tdevelop/cmake to latest HEAD 13 years ago
doc Rename KDEHOME and KDEDIR 13 years ago
editors Rename old tq methods that no longer need a unique name 13 years ago
embedded Rename old tq methods that no longer need a unique name 13 years ago
kdevdesigner Fix linear alphabet string errors 13 years ago
languages Rename include subdirectory to tde 13 years ago
lib Rename a few stragglers 13 years ago
mimetypes
parts Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 13 years ago
pics Finish rename from prior commit 13 years ago
src Rename a few stragglers 13 years ago
vcs Rename obsolete tq methods to standard names 13 years ago
.gitmodules Fix FTBFS 13 years ago
AUTHORS Additional renaming of kde to tde 13 years ago
CMakeLists.txt Additional renaming of kde to tde 13 years ago
COPYING
COPYING.LIB
ChangeLog Rename ksocket and kcache 13 years ago
ConfigureChecks.cmake
Doxyfile Rename KDEHOME and KDEDIR 13 years ago
Doxyfile.am
Doxyfile_full.am Additional renaming of kde to tde 13 years ago
HACKING Additional renaming of kde to tde 13 years ago
HACKING.language Additional renaming of kde to tde 13 years ago
INSTALL Additional renaming of kde to tde 13 years ago
Makefile.am Additional renaming of kde to tde 13 years ago
Makefile.cvs
NEWS
README Additional renaming of kde to tde 13 years ago
TODO
config.h.cmake
configure.in.bot Additional renaming of kde to tde 13 years ago
configure.in.in Additional renaming of kde to tde 13 years ago
kde-development-tdevelop.directory Finish rename from prior commit 13 years ago
kdevassistant.desktop Additional renaming of kde to tde 13 years ago
kdevprj2tdevelop Finish rename from prior commit 13 years ago
tdevelop.desktop Finish rename from prior commit 13 years ago
tdevelop.lsm Finish rename from prior commit 13 years ago
tdevelop.m4.in Finish rename from prior commit 13 years ago
tdevelop_c_cpp.desktop Finish rename from prior commit 13 years ago
tdevelop_kde_cpp.desktop Finish rename from prior commit 13 years ago
tdevelop_ruby.desktop Finish rename from prior commit 13 years ago
tdevelop_scripting.desktop Finish rename from prior commit 13 years ago
x-tdevelop.desktop Finish rename from prior commit 13 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.tdevelop.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.