cristianadam / qt-creator-terminalplugin

A konsole-like terminal plugin for Qt Creator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 94.9%Language:CMake 5.1%