ObjQt/Makefile
Jonathan Schleifer c3ea2c3893
Add a proper build system
Also lowers the minimum required Qt version to 5.5.
2017-04-18 01:25:45 +02:00

10 lines
174 B
Makefile

SUBDIRS = src
DISTCLEAN = aclocal.m4 \
autom4te.cache \
buildsys.mk \
config.h \
config.log \
config.status \
extra.mk
include buildsys.mk