Skip to content

Commit 59e902c

Browse files
authored
Update README.md
added missing hint for qpm as of #12
1 parent 0be1d18 commit 59e902c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ There are multiple ways to install the Qt module, sorted by preference:
5555
8. Continue the setup and thats it! you can now use the module for all of your installed Kits for that Qt Version
5656
2. Download the compiled modules from the release page. **Note:** You will have to add the correct ones yourself and may need to adjust some paths to fit your installation!
5757
3. Build it yourself! **Note:** This requires perl to be installed. If you don't have/need cmake, you can ignore the related warnings. To automatically build and install to your Qt installation, run:
58+
- `cd src/3rdparty && qpm install && cd ../..` (install qpm from here: https://github.com/Cutehacks/qpm)
5859
- `qmake`
5960
- `make qmake_all`
6061
- `make`

0 commit comments

Comments
 (0)