Repositories
qt-creator
The official Qt Creator source code repository.
-
Cloning this repository:
git clone git://gitorious.org/qt-creator/qt-creator.git qt-creator cd qt-creator
Add this repository as a remote to an existing local repository:
git remote add qt-creator git://gitorious.org/qt-creator/qt-creator.git git fetch qt-creator git checkout -b my-local-tracking-branch qt-creator/master_or_other_branch
jlp-qt-creator-clone
-
Cloning this repository:
git clone git://gitorious.org/~jlp/qt-creator/jlp-qt-creator-clone.git jlp-qt-creator-clone cd jlp-qt-creator-clone
Add this repository as a remote to an existing local repository:
git remote add jlp-qt-creator-clone git://gitorious.org/~jlp/qt-creator/jlp-qt-creator-clone.git git fetch jlp-qt-creator-clone git checkout -b my-local-tracking-branch jlp-qt-creator-clone/master_or_other_branch
qt-creator-inspector
Inspector Plugin
This repository contains the sourcecode (in the inspector-plugin branch) of the Inspector Plugin for QtCreator. click here! –> more…
The Inspector Plugin adds the following functionality to QtCreator:
Inspection Mode (Ctrl+6) – this allows to inspect a Target (either a new run of the code you’re working, or any Qt executable already running on your system)
slightly changes the source code of other plugins for better integration
Quick Manual Building instructions
Requirements:
- system Qt >= 4.6 (I'm testing with 4.6.2 right now)
- [optional] VTK development libraries 5.4 or later (tested with 5.4.2)
Checking out the sourcecode:
- the “git clone..” stuff as written below
How to build & run:
- export QTCREATOR_WITH_INSPECTOR=yes
- export QTCREATOR_WITH_INSPECTOR_VTK=yes
- qmake -r
- make -j2
- bin/qtcreator.app
Gentoo Building
Inspector can be found in Gentoo’s qting-edge portage overlay! To install it, follow these steps:
- emerge layman
- layman -a qting-edge
- echo “dev-util/qt-creator **” >> /etc/portage/package.keywords
- USE=“inspector” emerge qt-creator
Usage
It is really important that you use the modified debugging helpers that come with the sourcecode. If they don’t build from the QtCreator options menu, build them by hand inside their directory: cd share/qtcreator/gdbmacros; qmake; make; and then point creator to the library you just build (from the options menu > debugger > debugging helper).
Feedback…
… is much appreciated!
- please tell me if your build succeeded or failed and on which platform (linux, max, win) and with which compiler.
- please tell me if you’re able to attach to the target and perform some basic tests like the temperature one.
-
Cloning this repository:
git clone git://gitorious.org/~enrico/qt-creator/qt-creator-inspector.git qt-creator-inspector cd qt-creator-inspector
Add this repository as a remote to an existing local repository:
git remote add qt-creator-inspector git://gitorious.org/~enrico/qt-creator/qt-creator-inspector.git git fetch qt-creator-inspector git checkout -b my-local-tracking-branch qt-creator-inspector/master_or_other_branch
kenji-creator
-
Cloning this repository:
git clone git://gitorious.org/~kenji/qt-creator/kenji-creator.git kenji-creator cd kenji-creator
Add this repository as a remote to an existing local repository:
git remote add kenji-creator git://gitorious.org/~kenji/qt-creator/kenji-creator.git git fetch kenji-creator git checkout -b my-local-tracking-branch kenji-creator/master_or_other_branch
kenneths-clone
-
Cloning this repository:
git clone git://gitorious.org/~kenneth/qt-creator/kenneths-clone.git kenneths-clone cd kenneths-clone
Add this repository as a remote to an existing local repository:
git remote add kenneths-clone git://gitorious.org/~kenneth/qt-creator/kenneths-clone.git git fetch kenneths-clone git checkout -b my-local-tracking-branch kenneths-clone/master_or_other_branch
axasias-clone
-
Cloning this repository:
git clone git://gitorious.org/~axasia/qt-creator/axasias-clone.git axasias-clone cd axasias-clone
Add this repository as a remote to an existing local repository:
git remote add axasias-clone git://gitorious.org/~axasia/qt-creator/axasias-clone.git git fetch axasias-clone git checkout -b my-local-tracking-branch axasias-clone/master_or_other_branch
sanders-clone
-
Cloning this repository:
git clone git://gitorious.org/~sander/qt-creator/sanders-clone.git sanders-clone cd sanders-clone
Add this repository as a remote to an existing local repository:
git remote add sanders-clone git://gitorious.org/~sander/qt-creator/sanders-clone.git git fetch sanders-clone git checkout -b my-local-tracking-branch sanders-clone/master_or_other_branch
qt-creator-chloride
-
Cloning this repository:
git clone git://gitorious.org/~nordellj/qt-creator/qt-creator-chloride.git qt-creator-chloride cd qt-creator-chloride
Add this repository as a remote to an existing local repository:
git remote add qt-creator-chloride git://gitorious.org/~nordellj/qt-creator/qt-creator-chloride.git git fetch qt-creator-chloride git checkout -b my-local-tracking-branch qt-creator-chloride/master_or_other_branch
choenigs-clone
-
Cloning this repository:
git clone git://gitorious.org/~choenig/qt-creator/choenigs-clone.git choenigs-clone cd choenigs-clone
Add this repository as a remote to an existing local repository:
git remote add choenigs-clone git://gitorious.org/~choenig/qt-creator/choenigs-clone.git git fetch choenigs-clone git checkout -b my-local-tracking-branch choenigs-clone/master_or_other_branch
abelssons-clone
-
Cloning this repository:
git clone git://gitorious.org/~abelsson/qt-creator/abelssons-clone.git abelssons-clone cd abelssons-clone
Add this repository as a remote to an existing local repository:
git remote add abelssons-clone git://gitorious.org/~abelsson/qt-creator/abelssons-clone.git git fetch abelssons-clone git checkout -b my-local-tracking-branch abelssons-clone/master_or_other_branch
qt-creator_es
-
Cloning this repository:
git clone git://gitorious.org/~dschulz/qt-creator/qt-creator_es.git qt-creator_es cd qt-creator_es
Add this repository as a remote to an existing local repository:
git remote add qt-creator_es git://gitorious.org/~dschulz/qt-creator/qt-creator_es.git git fetch qt-creator_es git checkout -b my-local-tracking-branch qt-creator_es/master_or_other_branch
fsiegert-qtcreator
-
Cloning this repository:
git clone git://gitorious.org/~fsiegert/qt-creator/fsiegert-qtcreator.git fsiegert-qtcreator cd fsiegert-qtcreator
Add this repository as a remote to an existing local repository:
git remote add fsiegert-qtcreator git://gitorious.org/~fsiegert/qt-creator/fsiegert-qtcreator.git git fetch fsiegert-qtcreator git checkout -b my-local-tracking-branch fsiegert-qtcreator/master_or_other_branch
linuxtag-clone
-
Cloning this repository:
git clone git://gitorious.org/~ettrich/qt-creator/linuxtag-clone.git linuxtag-clone cd linuxtag-clone
Add this repository as a remote to an existing local repository:
git remote add linuxtag-clone git://gitorious.org/~ettrich/qt-creator/linuxtag-clone.git git fetch linuxtag-clone git checkout -b my-local-tracking-branch linuxtag-clone/master_or_other_branch
qt-creator-ru
Russian translation of Qt Creator
-
Cloning this repository:
git clone git://gitorious.org/+qt-l10n-ru/qt-creator/qt-creator-ru.git qt-creator-ru cd qt-creator-ru
Add this repository as a remote to an existing local repository:
git remote add qt-creator-ru git://gitorious.org/+qt-l10n-ru/qt-creator/qt-creator-ru.git git fetch qt-creator-ru git checkout -b my-local-tracking-branch qt-creator-ru/master_or_other_branch
khahem-clone
-
Cloning this repository:
git clone git://gitorious.org/~khahem/qt-creator/khahem-clone.git khahem-clone cd khahem-clone
Add this repository as a remote to an existing local repository:
git remote add khahem-clone git://gitorious.org/~khahem/qt-creator/khahem-clone.git git fetch khahem-clone git checkout -b my-local-tracking-branch khahem-clone/master_or_other_branch
melkor73-clone
-
Cloning this repository:
git clone git://gitorious.org/~melkor73/qt-creator/melkor73-clone.git melkor73-clone cd melkor73-clone
Add this repository as a remote to an existing local repository:
git remote add melkor73-clone git://gitorious.org/~melkor73/qt-creator/melkor73-clone.git git fetch melkor73-clone git checkout -b my-local-tracking-branch melkor73-clone/master_or_other_branch
mkarchers-clone
-
Cloning this repository:
git clone git://gitorious.org/~mkarcher/qt-creator/mkarchers-clone.git mkarchers-clone cd mkarchers-clone
Add this repository as a remote to an existing local repository:
git remote add mkarchers-clone git://gitorious.org/~mkarcher/qt-creator/mkarchers-clone.git git fetch mkarchers-clone git checkout -b my-local-tracking-branch mkarchers-clone/master_or_other_branch
chugits-clone
-
Cloning this repository:
git clone git://gitorious.org/~chugit/qt-creator/chugits-clone.git chugits-clone cd chugits-clone
Add this repository as a remote to an existing local repository:
git remote add chugits-clone git://gitorious.org/~chugit/qt-creator/chugits-clone.git git fetch chugits-clone git checkout -b my-local-tracking-branch chugits-clone/master_or_other_branch
tstaerks-clone
-
Cloning this repository:
git clone git://gitorious.org/~tstaerk/qt-creator/tstaerks-clone.git tstaerks-clone cd tstaerks-clone
Add this repository as a remote to an existing local repository:
git remote add tstaerks-clone git://gitorious.org/~tstaerk/qt-creator/tstaerks-clone.git git fetch tstaerks-clone git checkout -b my-local-tracking-branch tstaerks-clone/master_or_other_branch
alscarpa-clone
-
Cloning this repository:
git clone git://gitorious.org/~alscarpa/qt-creator/alscarpa-clone.git alscarpa-clone cd alscarpa-clone
Add this repository as a remote to an existing local repository:
git remote add alscarpa-clone git://gitorious.org/~alscarpa/qt-creator/alscarpa-clone.git git fetch alscarpa-clone git checkout -b my-local-tracking-branch alscarpa-clone/master_or_other_branch
stecchinos-clone
-
Cloning this repository:
git clone git://gitorious.org/~Stecchino/qt-creator/stecchinos-clone.git stecchinos-clone cd stecchinos-clone
Add this repository as a remote to an existing local repository:
git remote add stecchinos-clone git://gitorious.org/~Stecchino/qt-creator/stecchinos-clone.git git fetch stecchinos-clone git checkout -b my-local-tracking-branch stecchinos-clone/master_or_other_branch
qt-creator-0xced
-
Cloning this repository:
git clone git://gitorious.org/~0xced/qt-creator/qt-creator-0xced.git qt-creator-0xced cd qt-creator-0xced
Add this repository as a remote to an existing local repository:
git remote add qt-creator-0xced git://gitorious.org/~0xced/qt-creator/qt-creator-0xced.git git fetch qt-creator-0xced git checkout -b my-local-tracking-branch qt-creator-0xced/master_or_other_branch
qt-creator-kdesdk
-
Cloning this repository:
git clone git://gitorious.org/~cornelius/qt-creator/qt-creator-kdesdk.git qt-creator-kdesdk cd qt-creator-kdesdk
Add this repository as a remote to an existing local repository:
git remote add qt-creator-kdesdk git://gitorious.org/~cornelius/qt-creator/qt-creator-kdesdk.git git fetch qt-creator-kdesdk git checkout -b my-local-tracking-branch qt-creator-kdesdk/master_or_other_branch
johncourtois-clone
-
Cloning this repository:
git clone git://gitorious.org/~johncourtois/qt-creator/johncourtois-clone.git johncourtois-clone cd johncourtois-clone
Add this repository as a remote to an existing local repository:
git remote add johncourtois-clone git://gitorious.org/~johncourtois/qt-creator/johncourtois-clone.git git fetch johncourtois-clone git checkout -b my-local-tracking-branch johncourtois-clone/master_or_other_branch
frenaults-clone
-
Cloning this repository:
git clone git://gitorious.org/~frenault/qt-creator/frenaults-clone.git frenaults-clone cd frenaults-clone
Add this repository as a remote to an existing local repository:
git remote add frenaults-clone git://gitorious.org/~frenault/qt-creator/frenaults-clone.git git fetch frenaults-clone git checkout -b my-local-tracking-branch frenaults-clone/master_or_other_branch
kpoes-clone
-
Cloning this repository:
git clone git://gitorious.org/~kpoe/qt-creator/kpoes-clone.git kpoes-clone cd kpoes-clone
Add this repository as a remote to an existing local repository:
git remote add kpoes-clone git://gitorious.org/~kpoe/qt-creator/kpoes-clone.git git fetch kpoes-clone git checkout -b my-local-tracking-branch kpoes-clone/master_or_other_branch
apoenitzs-clone
-
Cloning this repository:
git clone git://gitorious.org/~apoenitz/qt-creator/apoenitzs-clone.git apoenitzs-clone cd apoenitzs-clone
Add this repository as a remote to an existing local repository:
git remote add apoenitzs-clone git://gitorious.org/~apoenitz/qt-creator/apoenitzs-clone.git git fetch apoenitzs-clone git checkout -b my-local-tracking-branch apoenitzs-clone/master_or_other_branch
qt-creator-clone
-
Cloning this repository:
git clone git://gitorious.org/~codelogic/qt-creator/qt-creator-clone.git qt-creator-clone cd qt-creator-clone
Add this repository as a remote to an existing local repository:
git remote add qt-creator-clone git://gitorious.org/~codelogic/qt-creator/qt-creator-clone.git git fetch qt-creator-clone git checkout -b my-local-tracking-branch qt-creator-clone/master_or_other_branch
giorgios-clone
-
Cloning this repository:
git clone git://gitorious.org/~giorgio/qt-creator/giorgios-clone.git giorgios-clone cd giorgios-clone
Add this repository as a remote to an existing local repository:
git remote add giorgios-clone git://gitorious.org/~giorgio/qt-creator/giorgios-clone.git git fetch giorgios-clone git checkout -b my-local-tracking-branch giorgios-clone/master_or_other_branch
hirschs-clone
-
Cloning this repository:
git clone git://gitorious.org/~hirsch/qt-creator/hirschs-clone.git hirschs-clone cd hirschs-clone
Add this repository as a remote to an existing local repository:
git remote add hirschs-clone git://gitorious.org/~hirsch/qt-creator/hirschs-clone.git git fetch hirschs-clone git checkout -b my-local-tracking-branch hirschs-clone/master_or_other_branch

