Creates an INI-file like .desktop file as specified by freedesktop.org
If \a filename is absolute, the desktop entry is stored there. Otherwise it's stored in locations defined in $XDG_DATA_DIRS/applications
or $XDG_DATA_HOME/applications, including the default pathes for boths, as defined by freedesktop.org.
The key/value pairs are written in the file.
The file is set to a encoding of UTF-8.
\section2 InstallIcons
\bold Syntax: "InstallIcons" \a directory
Installs the contents of \a directory into a location as specified by freedesktop.org, i.e. in any of $XDG_DATA_DIRS/icons or /usr/share/icons
or $HOME/.icons. The files are removed from their initial location. Make sure to add this operation after the operation extracting them form the archive.
Registers the Qt version \a displayname to Qt Creator with \a qt_or_qmake_path (if the path does not end with the qmake binary, it will add bin/qmake to the path automatically). Optionally, you can specify a\ system_root which. For Symbian SDKs the instance root will be where Qt Creator will find the Symbian SDK root (EPOCROOT). For Symbian SDKs supporting sbs, you add the \a sbs_path .
Registers the Qt version \a displayname to Qt Creator with \a qt_path. Target means one of the Qt type in QtCreator(Symbian/Maemo/Desktop/Simulator/WinCE) and \a the internal_id is used to update or remove this Qt version.