diff options
author | scratko <m@scratko.xyz> | 2025-08-03 02:28:24 +0300 |
---|---|---|
committer | scratko <m@scratko.xyz> | 2025-08-03 02:56:54 +0300 |
commit | ef8a3f6c3e20178ee520f1e6bedbc866e3c9b490 (patch) | |
tree | cbdea78c5c54e5dda4a8eb9c8a0d42091a27448c /Documents.qrc | |
download | artifical-text-detection-ef8a3f6c3e20178ee520f1e6bedbc866e3c9b490.tar.gz artifical-text-detection-ef8a3f6c3e20178ee520f1e6bedbc866e3c9b490.tar.bz2 artifical-text-detection-ef8a3f6c3e20178ee520f1e6bedbc866e3c9b490.zip |
Diffstat (limited to 'Documents.qrc')
-rwxr-xr-x | Documents.qrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documents.qrc b/Documents.qrc new file mode 100755 index 0000000..3d325ee --- /dev/null +++ b/Documents.qrc @@ -0,0 +1,14 @@ +<RCC>
+ <qresource prefix="/resource">
+ <file>resources/R1.txt</file>
+ <file>resources/R2.txt</file>
+ <file>resources/R3.txt</file>
+ <file>resources/R4.txt</file>
+ <file>resources/R5.txt</file>
+ <file>resources/R6.txt</file>
+ <file>resources/R7.txt</file>
+ <file>resources/R8.txt</file>
+ <file>resources/R9.txt</file>
+ <file>resources/R10.txt</file>
+ </qresource>
+</RCC>
|