mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user