Revision 570351

Go back to digest for 13th August 2006

Features in Development Tools

Andreas Pakulat committed changes in /branches/kdevelop/3.4:

Merge the kdevelop-qmake4 branch into 3.4. This adds the following new
features (also visible in the changelog):

1. Handling of QT variable.
The configuration menu now includes a group box containing all
currently available options for the QT variable (used for the
inclusion of different Qt4 libs). It also already supports the Qt4.2
option for including QtDBus.
2. Handling of RESOURCES variable.
The IMAGES entry in the variable view is replaced with an RESOURCES
entry for Qt4 projects. This allows for adding .qrc files to the
project via the UI.
3. Cleanups here and there.
I changed some strings to be more meaningful and removed the
duplicate dll option.
4. Import configuration for Qt4 projects.
A new Import configuration was created that automatically sets the
Qt options for a Qt4 project. Also the Qt3 configuration was
updated to set the Qt options for a Qt3 project.
5. New file template for Qt4 resource files.
The new file template includes the basic layout of qrc files and
is added to the "known file templates" for new and imported
Qt4 projects.

Andreas

File Changes

Added 3 files
  • /branches/kdevelop/3.4/parts
  •   /appwizard/imports/qt4qmake
  •   /appwizard/imports/qt4qmake.kdevelop
  •   /filecreate/file-templates/qrc
Modified 14 files
  • /branches/kdevelop/3.4
  •   /ChangeLog
  •   /buildtools/qmake/filebuffer.cpp
  •   /buildtools/qmake/projectconfigurationdlg.cpp
  •   /buildtools/qmake/projectconfigurationdlg.h
  •   /buildtools/qmake/projectconfigurationdlgbase.ui
  •   /buildtools/qmake/trollprojectpart.cpp
  •   /buildtools/qmake/trollprojectpart.h
  •   /buildtools/qmake/trollprojectwidget.cpp
  •   /buildtools/qmake/trollprojectwidget.h
  •   /parts/filecreate/template-info.xml
  •   /parts/appwizard/imports/Makefile.am
  •   /parts/appwizard/imports/qtqmake.kdevelop
  •   /parts/filecreate/file-templates/Makefile.am
  •   /languages/cpp/app_templates/qt4makeapp/qt4makeapp.kdevelop
17 files changed in total