aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-04-23 14:24:16 +0200
committerMagneFire <idanlcontact@gmail.com>2021-05-17 13:01:52 +0200
commitfdc71d176c3d2c3e569c1d26998d4def12d9d1c3 (patch)
tree5ec778ee67490e93e8bf86b7c467d620ca038d3f /.gitignore
parentdab31c329a4509eb581f0eb5e953bd260118221f (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 '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..378eac2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+build