aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e637e9ec038ecd81220397b4789ee0d1b4b3e33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Symbol editor

Simple symbol editor for use with 3D-Win.

https://gentleface.com/free_icon_set.html

krita icons:
	48x48
	transparent
	line width: 6px
	brush: basic-1

Windows icon creation with ImageMagick:

convert icon16.png icon24.png icon32.png icon48.png icon256.png icon.ico

Build html help in Windows:

sphinx-build -M html . _build

Windows deployment:

C:\Users\mikko.syrja\Code\Qt\5.14.1\msvc2017_64\bin\windeployqt.exe
	--debug --qmldir ../../symedit
	--no-translations --no-compiler-runtime --no-webkit2 --no-angle --no-opengl-sw
	.

C:\Users\mikko.syrja\Code\Qt\5.14.1\msvc2017_64\bin\windeployqt.exe
	--release --qmldir ../../symedit
	--no-translations --no-compiler-runtime --no-webkit2 --no-angle --no-opengl-sw
	.