diff --git a/src/resources/default_icon.svg b/resources/default_icon.svg similarity index 100% rename from src/resources/default_icon.svg rename to resources/default_icon.svg diff --git a/src/resources/down_arrow.svg b/resources/down_arrow.svg similarity index 100% rename from src/resources/down_arrow.svg rename to resources/down_arrow.svg diff --git a/src/icons.qrc b/src/icons.qrc index cce5944..9f749df 100644 --- a/src/icons.qrc +++ b/src/icons.qrc @@ -1,6 +1,6 @@ - resources/down_arrow.svg - resources/default_icon.svg + ../resources/down_arrow.svg + ../resources/default_icon.svg