aboutsummaryrefslogtreecommitdiffstats
path: root/gui/base.qrc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-06-22 12:49:20 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-06-22 12:49:40 +0200
commit11d99853ab4514b1f6b87c5beb87c91f50e702a6 (patch)
treecdd324bc7d46bab33d7c1fc0e9edab400460c79b /gui/base.qrc
parent5cb893aebdfdf711755b9bf610b36b8ff2d942ff (diff)
downloadnextpnr-11d99853ab4514b1f6b87c5beb87c91f50e702a6.tar.gz
nextpnr-11d99853ab4514b1f6b87c5beb87c91f50e702a6.tar.bz2
nextpnr-11d99853ab4514b1f6b87c5beb87c91f50e702a6.zip
more task control
Diffstat (limited to 'gui/base.qrc')
-rw-r--r--gui/base.qrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/base.qrc b/gui/base.qrc
new file mode 100644
index 00000000..b9e2f237
--- /dev/null
+++ b/gui/base.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>