Skip to content

Commit bad3a85

Browse files
committed
documentation update
1 parent ffcff98 commit bad3a85

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ qmake
110110
make
111111
```
112112

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+
113115
## Compile-time Variables
114116
Changing the compile-time variables of PEB requires editing its project file - ``peb.pro``.
115117
* **Macintosh binary type:** ``BUNDLE``

REQUIREMENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ qmake
2121
make
2222
```
2323

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+
2426
## Runtime Requirements
2527
* Qt 5 libraries - their full Linux list can be found inside the ``start-peb.sh`` script,
2628
* Perl 5 distribution - any Linux, Mac or Windows Perl distribution.

0 commit comments

Comments
 (0)