Either
- Team Explorer (only tested with 2012 edition)
- Visual Studio (tested with 2012 and 2013 edition)
Some basic functionality works with Team Explorer Everywhere, but it does not have the GUI components that the regular tf.exe has.
- Import project from Team Foundation Server
- Add/Delete/Undo/Get latest
- Compare/Annoate/History/Check in
- These work a little differently than other source control plugins for Qt Creator, because they reuse the GUI offered by tf.exe.
- Jesper Hellesø Hansen (http://oktet.net, jesper@oktet.net)
- Either compile from source (you will need to compile Qt Creator from source and modify TeamFoundation.pro to point to it), or use the binaries from
- Qt Creator 3.0: http://www.oktet.net/files/teamfoundation.zip.
- Qt Creator 3.1 http://www.oktet.net/files/teamfoundation310.zip
- Qt Creator 3.2 http://www.oktet.net/files/TeamFoundation320.zip
- Qt Creator 3.3 http://www.oktet.net/files/TeamFoundation330.zip
- Qt Creator 3.4 http://www.oktet.net/files/TeamFoundation340.zip
- Qt Creator 3.5 http://www.oktet.net/files/TeamFoundation350.zip
- Qt Creator 3.6 http://www.oktet.net/files/TeamFoundation360.zip
- Put the binaries in a folder named TeamFoundation in Qt Creators plugins directory (default is C:\Qt\Tools\QtCreator\lib\qtcreator\plugins). For Qt Creator 3.2 and newer, all plugins are stored directly in the plugin directory. For Qt 3.5 and later, the initial checkout wizard (icon.png and wizard.json) must be moved to C:\Qt\Tools\QtCreator\share\qtcreator\templates\wizards\projects\vcs\teamfoundation (or where you have installed Qt Creator).