diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-21 18:22:37 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-21 18:22:37 +0800 |
commit | 567d36d435189d021847edfba247b081bc1e006e (patch) | |
tree | 40adc02937e8dd877e85f44792708e1c8c455272 | |
parent | ddd0dbd8a2dd45f8eb3af2e01e60537d55aeea6f (diff) |
Move auth related resources to its file
-rw-r--r-- | Authentication.qrc | 2 | ||||
-rw-r--r-- | Bootstrap.qrc | 1 | ||||
-rw-r--r-- | Font-Awesome.qrc | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Authentication.qrc b/Authentication.qrc index 99389b7..1cd5f55 100644 --- a/Authentication.qrc +++ b/Authentication.qrc @@ -1,5 +1,7 @@ <!DOCTYPE RCC><RCC version="1.0"> <qresource prefix="qeduport"> + <file>Bootstrap/icons/envelope-fill.svg</file> + <file>Font-Awesome/svgs/solid/lock.svg</file> <file>Authentication/SignIn.ui.qml</file> <file>Authentication/SignUp.ui.qml</file> </qresource> diff --git a/Bootstrap.qrc b/Bootstrap.qrc index 2a98d8e..2a782b5 100644 --- a/Bootstrap.qrc +++ b/Bootstrap.qrc @@ -1,6 +1,5 @@ <!DOCTYPE RCC><RCC version="1.0"> <qresource prefix="qeduport"> <file>Bootstrap/icons/patch-check-fill.svg</file> - <file>Bootstrap/icons/envelope-fill.svg</file> </qresource> </RCC> diff --git a/Font-Awesome.qrc b/Font-Awesome.qrc index 8f6adaf..478ab39 100644 --- a/Font-Awesome.qrc +++ b/Font-Awesome.qrc @@ -4,7 +4,6 @@ <file>Font-Awesome/svgs/solid/user-tie.svg</file> <file>Font-Awesome/svgs/solid/user-graduate.svg</file> <file>Font-Awesome/svgs/solid/tv.svg</file> - <file>Font-Awesome/svgs/solid/lock.svg</file> <file>Font-Awesome/svgs/solid/circle-play.svg</file> </qresource> </RCC> |