This projects provides a terminal window in Qt Creator. The terminal library is provided by the qtermwidget project.
To compile the TerminalPlugin you need to specify in the CMAKE_PREFIX_PATH
CMake variable the paths to:
- Qt
- QtCreator
- 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