annotate rc/licenses.qrc @ 390:2d3e10319112

http: optimize HTTP request thread we don't need a mutex at all, in fact all we need is an atomic boolean to signify whether the thread is cancelled. curl options are now for the most part handled by a separate function to keep them in sync between non-threaded and threaded implementations
author Paper <paper@tflc.us>
date Fri, 07 Nov 2025 07:08:57 -0500
parents 8d45d892be88
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
339
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
1 <!DOCTYPE rcc><RCC version="1.0">
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
2 <qresource prefix="licenses/">
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
3 <file alias="LICENSE.minori">../LICENSE</file>
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
4 <file alias="LICENSE.BSD.animone">../dep/animone/LICENSE.BSD</file>
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
5 <file alias="LICENSE.MIT.animone">../dep/animone/LICENSE.MIT</file>
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
6 <file alias="LICENSE.anitomy">../dep/anitomy/LICENSE</file>
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
7 <file alias="LICENSE.fmt">../dep/fmt/LICENSE</file>
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
8 <file alias="LICENSE.nlohmann">../dep/json/LICENSE</file>
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
9 <file alias="LICENSE.semver">../dep/semver/LICENSE</file>
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
10 <file alias="LICENSE.toml11">../dep/toml11/LICENSE</file>
343
1faa72660932 *: transfer back to cmake from autotools
Paper <paper@paper.us.eu.org>
parents: 339
diff changeset
11 <file alias="LICENSE.utf8proc">../dep/utf8proc/LICENSE.md</file>
339
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
12 </qresource>
eac06513db86 dialog/about: add licenses button
Paper <paper@paper.us.eu.org>
parents:
diff changeset
13 </RCC>