1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
all: nissyqt nissyqt: mkdir -p build cmake . -B build cd build && make cp build/appnissyqt ./run run: QT_LOGGING_RULES="*.debug=true; qt.*.debug=false" ./run clean: rm -rf run build .PHONY: all nissyqt run clean
Generated with cgit - Back to sebastiano.tronto.net