Clarification on C++ instructions, closes #91

This commit is contained in:
Daniel Pizetta 2018-04-17 15:00:35 -03:00 committed by GitHub
parent 15f3a3b50b
commit 48bf49ffcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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