aboutsummaryrefslogtreecommitdiff
path: root/qt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qt/Makefile')
-rw-r--r--qt/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/qt/Makefile b/qt/Makefile
deleted file mode 100644
index 5b13026..0000000
--- a/qt/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
1all: nissyqt
2
3nissyqt:
4 mkdir -p build
5 cmake . -B build
6 cd build && make
7 cp build/appnissyqt ./run
8
9run:
10 QT_LOGGING_RULES="*.debug=true; qt.*.debug=false" ./run
11
12clean:
13 rm -rf run build
14
15.PHONY: all nissyqt run clean

Generated with cgit - Back to sebastiano.tronto.net