Skip to content

Commit

Permalink
[README] Update list of required qml modules
Browse files Browse the repository at this point in the history
  • Loading branch information
luspi committed Jan 16, 2017
1 parent 4a6411a commit db2bb42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
- Qt >= 5.3
- CMake (needed for building PhotoQt)

> Make sure that you have the needed Qt modules installed:
> Make sure that you have the required Qt modules installed:
QtQuick, QtQuick.Controls, QtQuick.Controls.Styles,
QtQuick.Dialogs, QtQuick.Layouts, QtQuick.Window, QtQml.Models,
Qt.labs.folderlistmodel, Qt.labs.settings, QtGraphicalEffects, QtMultimedia
QtCharts
QtQuick.Layouts, QtQml.Models, QtGraphicalEffects, QtMultimedia,
Qt.labs.folderlistmodel, Qt.labs.settings

> Dependencies, that are needed by default, but can be disabled via CMake
(see INSTALL section):
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ PhotoQt is a fast and highly configurable image viewer with a simple and nice in
- Qt >= 5.3
- CMake (needed for building PhotoQt)

Make sure that you have the needed Qt modules installed:
QtQuick, QtQuick.Controls, QtQuick.Controls.Styles, QtQuick.Dialogs, QtQuick.Layouts, QtQuick.Window, QtQml.Models, Qt.labs.folderlistmodel, Qt.labs.settings, QtGraphicalEffects, QtMultimedia, QtCharts.
Make sure that you have the required Qt modules installed:
QtQuick, QtQuick.Controls, QtQuick.Controls.Styles, QtQuick.Layouts, QtQml.Models, Qt.labs.folderlistmodel, Qt.labs.settings, QtGraphicalEffects, QtMultimedia.
Dependencies, that are needed by default, but can be disabled via CMake

- Exiv2
Expand Down

0 comments on commit db2bb42

Please sign in to comment.