File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
documentation/buildAndDeliver Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11-------------------------------------------------------------------
2+ StackProf V1.00
3+
24This file contains procedures to:
35- Build the application on Mac OS
46- Make the application bundle for delivery (Mac OS target)
57
6- May 27th 2021
8+ May 30th 2021
79-------------------------------------------------------------------
810
911
Original file line number Diff line number Diff line change 11-----------------------------------------------------------------------
2+ StackProf V1.00
3+
24This file contains procedures to:
35- Build the application on Linux Ubuntu
46- Make the application bundle for delivery (Ubuntu/Linux target)
57
6- May 27th 2021
8+ May 30th 2021
79-----------------------------------------------------------------------
810
911
@@ -399,12 +401,12 @@ I) Linux application bundle content:
399401 The linux application bundle must contain these files using this tree structure:
400402
401403 .
402- |-- stackpro | Qt application binary. This file was built at step VIII of 'Build the application on ubuntu'.
404+ |-- stackprof | Qt application binary. This file was built at step VIII of 'Build the application on ubuntu'.
403405 | | It is located in the build release directory.
404406 | | In the application bundle, this binary must be called from a script shell.
405407 |
406- |-- stackpro .sh | script to launch the application for not 4K screen display
407- |-- stackpro_4Kscreen .sh | script to launch the application for 4K screen display
408+ |-- stackprof .sh | script to launch the application for not 4K screen display
409+ |-- stackprof_4Kscreen .sh | script to launch the application for 4K screen display
408410 |
409411 |-- libQt5Core.so.5 | Qt5 frameworks libraries. Copied from the installed Qt5 framework.
410412 |-- libQt5DBus.so.5 | (for example from: /opt/Qt5.12.5/5.12.5/gcc_64/lib)
You can’t perform that action at this time.
0 commit comments