Skip to content

Commit

Permalink
Clarification on C++ instructions, closes #91
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta authored Apr 17, 2018
1 parent 15f3a3b commit 48bf49f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48bf49f

Please sign in to comment.