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
Timothy Pearson 5bca232c7d
Fix FTBFS
12 years ago
admin@efdff81cd2 Reset submodule main/tdevelop/admin to latest HEAD 12 years ago
buildtools Fix a number of unconnected signals and slots 12 years ago
cmake@f1cea7f894 Reset submodule main/tdevelop/cmake to latest HEAD 12 years ago
doc Fix references to user profile directory. 12 years ago
editors Fix QString -> TQString. 12 years ago
embedded Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
kdevdesigner Fix FTBFS 12 years ago
languages Fix a number of unconnected signals and slots 12 years ago
lib Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdevelop 12 years ago
mimetypes
parts Fix a number of unconnected signals and slots 12 years ago
pics
src Fix references to user profile directory. 12 years ago
vcs Fix a number of unconnected signals and slots 12 years ago
.gitmodules
AUTHORS
CMakeLists.txt Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
COPYING
COPYING.LIB
ChangeLog Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
ConfigureChecks.cmake Add cmake support for WITH_GCC_VISIBILITY. 12 years ago
Doxyfile
Doxyfile.am
Doxyfile_full.am
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
Makefile.cvs
NEWS
README Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
TODO
config.h.cmake
configure.in.bot
configure.in.in
kdevassistant.desktop Branding: KDevelop -> TDevelop, fix menu 13 years ago
kdevprj2tdevelop Automatically update admin submodule and copy sustem libtool files before first build 12 years ago
tde-development-tdevelop.directory Branding: KDevelop -> TDevelop, fix menu 13 years ago
tdevelop.desktop Branding: KDevelop -> TDevelop, fix menu 13 years ago
tdevelop.lsm
tdevelop.m4.in
tdevelop_c_cpp.desktop Branding: KDevelop -> TDevelop, fix menu 13 years ago
tdevelop_kde_cpp.desktop Branding: KDevelop -> TDevelop, fix menu 13 years ago
tdevelop_ruby.desktop Branding: KDevelop -> TDevelop, fix menu 13 years ago
tdevelop_scripting.desktop Branding: KDevelop -> TDevelop, fix menu 13 years ago
x-tdevelop.desktop Branding: KDevelop -> TDevelop, fix menu 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.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.