From 48bf49ffcc4f044d366bf51cb3c3d39558004c47 Mon Sep 17 00:00:00 2001 From: Daniel Pizetta Date: Tue, 17 Apr 2018 15:00:35 -0300 Subject: [PATCH] Clarification on C++ instructions, closes #91 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbad83250..b4c62ebfa 100644 --- a/README.md +++ b/README.md @@ -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