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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,8 @@ qmake
110
110
make
111
111
```
112
112
113
+
If you are using the Qt Creator IDE, go to 'Projects' and disable the 'Shadow Build' option to produce the binary in the root folder of the project and test the demo package.
114
+
113
115
## Compile-time Variables
114
116
Changing the compile-time variables of PEB requires editing its project file - ``peb.pro``.
Copy file name to clipboardExpand all lines: REQUIREMENTS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ qmake
21
21
make
22
22
```
23
23
24
+
If you are using the Qt Creator IDE, go to 'Projects' and disable the 'Shadow Build' option to produce the binary in the root folder of the project and test the demo package.
25
+
24
26
## Runtime Requirements
25
27
* Qt 5 libraries - their full Linux list can be found inside the ``start-peb.sh`` script,
26
28
* Perl 5 distribution - any Linux, Mac or Windows Perl distribution.
0 commit comments