This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
w4kek
/
WSJT-X
Watch
1
Star
0
Fork
0
You've already forked WSJT-X
mirror of
https://github.com/saitohirga/WSJT-X.git
synced
2024-11-01 08:07:10 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8d38566225
WSJT-X
/
wsjtx.qrc.in
6 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tidy up resource generation with a CMake function This change generates all the resources using a CMake function add_resources() and substitution into a template .qrc file. The location of resource files in the source tree is no longer related to the path of the resources in the embedded executable resources file system. Instead the roesources are embedded with predetermined paths e.g. :/, :/Palettes/ and, :/samples/ . git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5131 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-03-27 09:42:10 -04:00
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>@wsjtx_RESOURCES@
</qresource>
Add CMake option to exclude sample files from the embedded resources The compilation of the WSJT-X resources file requires a lot of virtual memory because of the large .WAV files included. For developers building on very limited resource machines like single board embedded platforms there is now an option WSJT_EMBED_SAMPLES which can be set to OFF to skip the inclusion of the sample files in the WSJT_X binary. The sample files may still be added manually to the target machine if required. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5130 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-03-26 21:48:41 -04:00
</RCC>
Reference in New Issue
Copy Permalink