Skip to content

Commit fdff162

Browse files
committed
Restructured icon location
1 parent 7bbef30 commit fdff162

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed
File renamed without changes.

docs/developers.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,4 @@ subprocess.run(["python", "-m", "pip", "install", "--upgrade", "git+https://gith
2929

3030
The `master` version of CadQuery must currently be used to avoid version conflicts with the embedded FreeCAD packages. If you are reading this after CadQuery's 2.5.0 release, the stable version can be installed.
3131

32-
### Compiling the Qt Resource File
33-
**NOTE:** It is unclear whether this is still needed with FreeCAD 1.0 or not. You can most likely skip this for now.
34-
35-
This is done to update the CadQuery logo.
36-
1. Install the PySide development tools: `sudo apt-get install pyside-tools`
37-
2. `cd` into the root directory of this module/workbench.
38-
3. Run the following command: `pyside-rcc ./CQGui/Resources/CadQuery.qrc -o CadQuery_rc.py`
39-
40-
Newer versions of FreeCAD use Pyside2, and so `pyside2-rcc` is needed instead:
41-
```bash
42-
sudo add-apt-repository ppa:thopiekar/pyside-git
43-
sudo apt-get update
44-
```
45-
4632
[<Back to Main](index.md)

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<date>2024-12-10</date>
66
<license file="LICENSE">Apache-2.0</license>
77
<url type="repository" branch="main">https://github.com/CadQuery/cadquery-freecad-workbench</url>
8-
<icon>/CQGui/Resources/icons/CQ_Logo.svg</icon>
8+
<icon>CQGui/icons/CQ_Logo.svg</icon>
99

1010
<content>
1111
<workbench>
1212
<name>CadQuery</name>
1313
<description>Workbench which makes CadQuery models executable within FreeCAD</description>
1414
<classname>CadQueryWorkbench</classname>
1515
<subdirectory>./</subdirectory>
16-
<icon>/CQGui/Resources/icons/CQ_Logo.svg</icon>
16+
<icon>CQGui/icons/CQ_Logo.svg</icon>
1717
<depend type="python">https://github.com/CadQuery/cadquery.git</depend>
1818
</workbench>
1919
</content>

0 commit comments

Comments
 (0)