summaryrefslogtreecommitdiff
path: root/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-rcc
diff options
context:
space:
mode:
Diffstat (limited to 'I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-rcc')
-rwxr-xr-xI2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-rcc8
1 files changed, 0 insertions, 8 deletions
diff --git a/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-rcc b/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-rcc
deleted file mode 100755
index a5c43b4..0000000
--- a/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-rcc
+++ /dev/null
@@ -1,8 +0,0 @@
1#!/home/nasr/SOFTWARE/I2C/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/python
2# -*- coding: utf-8 -*-
3import re
4import sys
5from PySide6.scripts.pyside_tool import rcc
6if __name__ == '__main__':
7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8 sys.exit(rcc())