Cross-platform integrated development environment
Homepage:
Supported platforms:
UI Languages:
Technologies:
Description:
Qt Creator is a cross-platform integrated development environment (IDE) tailored to the needs of Qt developers. Qt Creator runs on Windows, Linux/X11 and Mac OS X desktop operating systems, and allows developers to create applications for multiple desktop and embedded device platforms.
It provides:
- C++ JavaScript and QML code editor
- Integrated UI designer
- Project and build management tools
- GDB and CDB debugging frontends
- Support for version control
- Support for desktop, embedded and mobile targets
My contribution:
- Modified CMake plugin to work correctly with RemoteLinux plugin
- Added possibility to ignore missing files while deploying with Remote Linux plugin
- Few very small bugfixes