Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

cristianadam/qt-creator-terminalplugin

 
 

Repository files navigation

This projects provides a terminal window in Qt Creator. The terminal library is provided by the qtermwidget project.

qtcreator-terminal

Compilation

To compile the TerminalPlugin you need to specify in the CMAKE_PREFIX_PATH CMake variable the paths to:

  1. Qt
  2. QtCreator
  3. qtermwidget
cmake -GNinja -S . -B build -DCMAKE_BUILD_TYPE=Release \
    "-DCMAKE_PREFIX_PATH=$USER/Qt/5.15.2/gcc_64;$USER/Projects/qtermwidget/install;$USER/Projects/QtCreator/build/install/qt-creator"

cmake --build build

About

A konsole-like terminal plugin for Qt Creator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.9%
  • CMake 5.1%