From db23fd439fbc4acf7cb102538decb3e49100d6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 12 Apr 2023 10:33:49 +0800 Subject: Revert "Rename resource file" This reverts commit 14bedb37b6f2294295d55cace4ec1115cd3a5e44. To prevent resource compilation name clash. --- Bootstrap.qrc | 6 ++++++ static.qrc | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 Bootstrap.qrc delete mode 100644 static.qrc diff --git a/Bootstrap.qrc b/Bootstrap.qrc new file mode 100644 index 0000000..f6b076d --- /dev/null +++ b/Bootstrap.qrc @@ -0,0 +1,6 @@ + + + ApplicationWindow.qml + Label.qml + + diff --git a/static.qrc b/static.qrc deleted file mode 100644 index f6b076d..0000000 --- a/static.qrc +++ /dev/null @@ -1,6 +0,0 @@ - - - ApplicationWindow.qml - Label.qml - - -- cgit v1.2.3