aboutsummaryrefslogtreecommitdiff
path: root/src/resources.qrc
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-04-23 15:53:36 +0200
committerMagneFire <idanlcontact@gmail.com>2021-05-17 13:03:38 +0200
commitb3cf236b34c386a9cbff81ffc1631554bd60ee1b (patch)
tree77ffa5a21e36a10b8d79fddc020c51e9c4235fb8 /src/resources.qrc
parente974ad13edb44d6705e3f934193f253bc631ff83 (diff)
Port to CMake
Qt is slowly deprecating QMake. They have stopped building Qt itself with QMake and moved Qt6 to CMake instead. Although QMake is still around, it's clear the focus has shifted and it would be good for applications to switch over to an alternative build system as well So hereby, switch the build system to CMake
Diffstat (limited to 'src/resources.qrc')
-rw-r--r--src/resources.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/resources.qrc b/src/resources.qrc
new file mode 100644
index 0000000..acd1a74
--- /dev/null
+++ b/src/resources.qrc
@@ -0,0 +1,6 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>compass.svg</file>
+ </qresource>
+</RCC>