diff options
Diffstat (limited to 'gui/nextpnr.qrc')
-rw-r--r-- | gui/nextpnr.qrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/nextpnr.qrc b/gui/nextpnr.qrc new file mode 100644 index 00000000..b9e2f237 --- /dev/null +++ b/gui/nextpnr.qrc @@ -0,0 +1,8 @@ +<RCC> + <qresource prefix="/icons"> + <file>resources/new.png</file> + <file>resources/open.png</file> + <file>resources/save.png</file> + <file>resources/exit.png</file> + </qresource> +</RCC> |