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
tpearson 1827347a51
Fix a kdevelop FTBFS on Fedora 15
13 years ago
buildtools Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q* 13 years ago
doc Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
editors rename the following methods: 13 years ago
embedded rename the following methods: 13 years ago
kdevdesigner Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric 13 years ago
languages Fix a kdevelop FTBFS on Fedora 15 13 years ago
lib Fix kdevelop FTBFS on armel 13 years ago
mimetypes [kdevelop] initial cmake support 14 years ago
parts Fix kdevelop FTBFS under oneiric 13 years ago
pics [kdevelop] initial cmake support 14 years ago
src Fix kdevelop FTBFS under oneiric 13 years ago
vcs Fix remaining instances of tqStatus embedded in user visible strings 13 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeLists.txt [kdevelop] initial cmake support 14 years ago
COPYING Fixed remaining GPL address zip codes 15 years ago
COPYING.LIB Fixed remaining GPL address zip codes 15 years ago
ChangeLog Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ConfigureChecks.cmake [kdevelop] sync with new cmake macros 13 years ago
Doxyfile Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
Doxyfile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Doxyfile_full.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
HACKING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
HACKING.language Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 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 Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
config.h.cmake [kdevelop] initial cmake support 14 years ago
configure.in.bot Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in TQt4 port kdevelop 13 years ago
kde-development-kdevelop.directory Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevassistant.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop.lsm Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop.m4.in TQt4 port kdevelop 13 years ago
kdevelop_c_cpp.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop_kde_cpp.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop_ruby.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevelop_scripting.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevprj2kdevelop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
x-kdevelop.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

KDE API Documentation
---------------------------
If the KDE API documentation does not exist, it can be created
as follows:

  Install doxygen and the kdelibs 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.