diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 19:27:06 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 19:27:06 +0200 |
| commit | cdf46d85efe7fa54e8c302a255214341c567b4af (patch) | |
| tree | 169dc5abdbf6cd980ee3c745c2360d3ba5bbac32 /qt/Makefile | |
| parent | 24c2fd2ffa582ea83172184b1da2816555340a01 (diff) | |
| download | nissy-core-cdf46d85efe7fa54e8c302a255214341c567b4af.tar.gz nissy-core-cdf46d85efe7fa54e8c302a255214341c567b4af.zip | |
Moved qt app to its own repo
Diffstat (limited to 'qt/Makefile')
| -rw-r--r-- | qt/Makefile | 15 |
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 @@ | |||
| 1 | all: nissyqt | ||
| 2 | |||
| 3 | nissyqt: | ||
| 4 | mkdir -p build | ||
| 5 | cmake . -B build | ||
| 6 | cd build && make | ||
| 7 | cp build/appnissyqt ./run | ||
| 8 | |||
| 9 | run: | ||
| 10 | QT_LOGGING_RULES="*.debug=true; qt.*.debug=false" ./run | ||
| 11 | |||
| 12 | clean: | ||
| 13 | rm -rf run build | ||
| 14 | |||
| 15 | .PHONY: all nissyqt run clean | ||
