Changed links to images in README
This commit is contained in:
@@ -46,7 +46,9 @@ The following instructions are applied to these operating systems:
|
|||||||
* Fedora >=22
|
* Fedora >=22
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo dnf groupinstall -y "Development Tools"
|
sudo dnf groupinstall -y \
|
||||||
|
"Development Tools" \
|
||||||
|
"Development Libraries"
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
cmake \
|
cmake \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
@@ -59,7 +61,9 @@ sudo dnf install -y \
|
|||||||
* CentOS 7
|
* CentOS 7
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo yum groupinstall -y "Development Tools"
|
sudo yum groupinstall -y \
|
||||||
|
"Development Tools" \
|
||||||
|
"Development Libraries"
|
||||||
sudo yum install -y \
|
sudo yum install -y \
|
||||||
cmake \
|
cmake \
|
||||||
qt5-qtbase-devel \
|
qt5-qtbase-devel \
|
||||||
@@ -320,35 +324,35 @@ After the successful build the binary `MinimalQml` will end up in `build/src/`.
|
|||||||
|
|
||||||
Go to the *Welcome* tab *(1)* in the main window and select *Open Project* *(2)*.
|
Go to the *Welcome* tab *(1)* in the main window and select *Open Project* *(2)*.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
In the opened dialog locate the `CMakeLists.txt` file in the root directory of the
|
In the opened dialog locate the `CMakeLists.txt` file in the root directory of the
|
||||||
project.
|
project.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
After that select the version of the *Qt framework* that will be used for
|
After that select the version of the *Qt framework* that will be used for
|
||||||
compiling the project. In case there are multiple frameworks installed in the
|
compiling the project. In case there are multiple frameworks installed in the
|
||||||
system it is possible to select several of them.
|
system it is possible to select several of them.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
After opening the project its directory structure will be visible in the *Projects*
|
After opening the project its directory structure will be visible in the *Projects*
|
||||||
panel in Qt Creator.
|
panel in Qt Creator.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The C++ source files are treated as usual by the editor.
|
The C++ source files are treated as usual by the editor.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
QRC resource files are opened as a resource tree.
|
QRC resource files are opened as a resource tree.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
From the resource tree it is possible to open QML files of the project.
|
From the resource tree it is possible to open QML files of the project.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user