mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-29 23:58:39 -05:00
Clarification on C++ instructions, closes #91
This commit is contained in:
parent
15f3a3b50b
commit
48bf49ffcc
@ -42,8 +42,11 @@ From code: Download/clone the project, go to ``qdarkstyle`` folder then:
|
|||||||
- **qdarkstyle/style.qrc**
|
- **qdarkstyle/style.qrc**
|
||||||
- **qdarkstyle/rc/** (the whole directory)
|
- **qdarkstyle/rc/** (the whole directory)
|
||||||
|
|
||||||
- Add **qdarkstyle/style.qrc** to your **.pro file**
|
- Add **qdarkstyle/style.qrc** to your **.pro file** as follows:
|
||||||
|
|
||||||
|
```cpp
|
||||||
|
RESOURCES += qdarkstyle/style.qrc
|
||||||
|
```
|
||||||
- Load the stylesheet:
|
- Load the stylesheet:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user