Added missing Dependency, Fixed spelling mistake in a comment

=>qttools5-dev is also required on ubuntu 20.04 (tested on pop os 20.04), so added it in
  README.md under build instructions
=> Fixed spelling mistake in a comment in src/widgets/capture/capturewidget.cpp.
This commit is contained in:
MD Zaid
2020-09-18 12:24:40 +05:30
committed by borgmanJeremy
parent cc4ccdb7c2
commit 2d8ad0d516
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ Also you can open and build/debug the project in a C++ IDE. For example, in Qt C
```shell
# Compile-time
apt install g++ cmake build-essential qt5-default qttools5-dev-tools libqt5svg5-dev
apt install g++ cmake build-essential qt5-default qttools5-dev-tools libqt5svg5-dev qttools5-dev
# Run-time
apt install libqt5dbus5 libqt5network5 libqt5core5a libqt5widgets5 libqt5gui5 libqt5svg5

View File

@@ -49,7 +49,7 @@
#include <draggablewidgetmaker.h>
// CaptureWidget is the main component used to capture the screen. It contains
// an are of selection with its respective buttons.
// an area of selection with its respective buttons.
// enableSaveWIndow
CaptureWidget::CaptureWidget(const uint id,