Add a proper build system

Also lowers the minimum required Qt version to 5.5.
This commit is contained in:
Jonathan Schleifer 2017-04-18 01:25:45 +02:00
parent f30c404f3d
commit c3ea2c3893
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
42 changed files with 5146 additions and 58 deletions

11
src/QtGui/Makefile Normal file
View file

@ -0,0 +1,11 @@
include ../../extra.mk
STATIC_PIC_LIB_NOINST = ${QTGUI_LIB_A}
STATIC_LIB_NOINST = ${QTGUI_A}
SRCS = QtGUIApplication.mm \
QtPaintDevice.mm
include ../../buildsys.mk
CPPFLAGS += -I. -I../QtCore -I../common