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
Michele Calgaro 12978a1fe0
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
преди 2 седмици
admin@59a8bf7c09 Reset submodule main/core/tdevelop/admin to latest HEAD преди 1 месец
buildtools Replace Q_SIGNALS and Q_SLOTS преди 2 месеца
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 2 месеца
editors Replace Q_SIGNALS and Q_SLOTS преди 2 месеца
embedded Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines преди 2 месеца
kdevdesigner Replace Q_SIGNALS and Q_SLOTS преди 2 месеца
languages cmake files: change keywords to lower case преди 3 седмици
lib Replace QT_STATIC_CONST_* with actual definitions преди 1 месец
mimetypes Desktop file translations: преди 4 години
parts Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD преди 1 месец
pics Use common icons from tdelibs crystal folder to avoid icon duplication. преди 4 години
src Replace Q_SIGNALS and Q_SLOTS преди 2 месеца
translations/desktop_files Update translation files преди 9 месеца
vcs Replace Q_SIGNALS and Q_SLOTS преди 2 месеца
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. преди 3 години
AUTHORS Revert "Finish renaming tdevelop components" преди 10 години
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt преди 2 седмици
CMakeLists.txt Use centralized cmake version преди 2 седмици
COPYING Fixed remaining GPL address zip codes преди 14 години
COPYING.LIB Fixed remaining GPL address zip codes преди 14 години
ChangeLog qt -> tqt conversion: преди 6 години
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, преди 4 години
Doxyfile qt -> tqt conversion: преди 6 години
Doxyfile.am Removed code formatting modelines. преди 4 години
Doxyfile_full.am Removed code formatting modelines. преди 4 години
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. преди 12 години
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. преди 12 години
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. преди 12 години
Makefile.am Renaming of files in preparation for code style tools. преди 3 години
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
README Fix help files, kdevelop->tdevelop branding, fix startup. преди 12 години
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. преди 15 години
config.h.cmake Add CMake check if the getline function is defined преди 5 години
configure.in.bot Revert "Finish renaming tdevelop components" преди 10 години
configure.in.in qt -> tqt conversion: преди 6 години
kdevassistant.desktop Desktop file translations: преди 4 години
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. преди 9 години
tde-development-tdevelop.directory Desktop file translations: преди 4 години
tdevelop.desktop Desktop file translations: преди 4 години
tdevelop.m4.in qt -> tqt conversion: преди 6 години
tdevelop_c_cpp.desktop Desktop file translations: преди 4 години
tdevelop_kde_cpp.desktop Desktop file translations: преди 4 години
tdevelop_ruby.desktop Desktop file translations: преди 4 години
tdevelop_scripting.desktop Desktop file translations: преди 4 години
x-tdevelop.desktop Desktop file translations: преди 4 години

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.