diff options
author | scratko <m@scratko.xyz> | 2025-08-03 02:28:24 +0300 |
---|---|---|
committer | scratko <m@scratko.xyz> | 2025-08-12 03:37:52 +0300 |
commit | 07b3368ea184b2bd37a4cee2ab869c4fd3673f45 (patch) | |
tree | 8be8642cb29d94d6217c3807172e3f3347d4b991 /Documents.qrc | |
download | artifical-text-detection-07b3368ea184b2bd37a4cee2ab869c4fd3673f45.tar.gz artifical-text-detection-07b3368ea184b2bd37a4cee2ab869c4fd3673f45.tar.bz2 artifical-text-detection-07b3368ea184b2bd37a4cee2ab869c4fd3673f45.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>
|