mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 08:51:19 -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/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:
|
||||
|
||||
```cpp
|
||||
|
Loading…
Reference in New Issue
Block a user