aboutsummaryrefslogtreecommitdiffstats
path: root/gui/nextpnr.qrc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-06-05 21:03:06 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-06-05 21:03:06 +0200
commit7cb42f4368e873e5930cf84bc2494a8e8172a046 (patch)
treeed773278240546b1b525c066b95a4e69150aabf1 /gui/nextpnr.qrc
parentbd08f9e698269764d9e06052470d4a699f69f951 (diff)
downloadnextpnr-7cb42f4368e873e5930cf84bc2494a8e8172a046.tar.gz
nextpnr-7cb42f4368e873e5930cf84bc2494a8e8172a046.tar.bz2
nextpnr-7cb42f4368e873e5930cf84bc2494a8e8172a046.zip
Initial GUI work
Diffstat (limited to 'gui/nextpnr.qrc')
-rw-r--r--gui/nextpnr.qrc8
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>