diff --git a/shop/icons/shop.svg b/shop/icons/shop.svg
new file mode 100644
index 0000000..85d020f
--- /dev/null
+++ b/shop/icons/shop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/shop/shop.cpp b/shop/shop.cpp
index 76cf3df..473a3ad 100644
--- a/shop/shop.cpp
+++ b/shop/shop.cpp
@@ -14,5 +14,5 @@ void Shop::initServiceUi()
QIcon Shop::pluginIcon()
{
- return QIcon();
+ return QIcon(":/icons/shop.svg");
}
diff --git a/shop/shop.pro b/shop/shop.pro
index 8a2da7a..2231e66 100644
--- a/shop/shop.pro
+++ b/shop/shop.pro
@@ -28,7 +28,7 @@ HEADERS += shop.h\
directsaleform.h \
temporaryreceiptsaveform.h \
receiptsaveform.h \
- receiptloadform.h
+ receiptloadform.h \
ishopitem.h \
data/voucheritem.h \
data/shop-data.h \
diff --git a/shop/shoprc.qrc b/shop/shoprc.qrc
index 7646d2b..f5d0ec4 100644
--- a/shop/shoprc.qrc
+++ b/shop/shoprc.qrc
@@ -1 +1,5 @@
-
+
+
+ icons/shop.svg
+
+