You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,11 @@ There are multiple ways to install the Qt module, sorted by preference:
51
51
3. You can install either all of my modules, or select the one you need: `Qt Auto Updater`
52
52
4. Continue the setup and thats it! you can now use the module for all of your installed Kits for that Qt
53
53
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!
54
-
3. Build it yourself! **Note:** This requires perl, [qpmx](https://github.com/Skycoder42/qpmx) and [qpm](https://github.com/Cutehacks/qpm) 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:
54
+
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:
55
+
- Install and prepare [qdep](https://github.com/Skycoder42/qdep#installation)
55
56
- `qmake`
56
-
- `make qmake_all`
57
-
- `make`
57
+
- `make` (If you want the tests/examples/etc. run `make all`)
58
+
- Optional step: `make doxygen` to generate the documentation
0 commit comments