Add a proper build system
Also lowers the minimum required Qt version to 5.5.
This commit is contained in:
parent
f30c404f3d
commit
c3ea2c3893
42 changed files with 5146 additions and 58 deletions
12
src/QtWidgets/Makefile
Normal file
12
src/QtWidgets/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
include ../../extra.mk
|
||||
|
||||
STATIC_PIC_LIB_NOINST = ${QTWIDGETS_LIB_A}
|
||||
STATIC_LIB_NOINST = ${QTWIDGETS_A}
|
||||
|
||||
SRCS = QtAction.mm \
|
||||
QtApplication.mm \
|
||||
QtWidget.mm
|
||||
|
||||
include ../../buildsys.mk
|
||||
|
||||
CPPFLAGS += -I. -I../QtCore -I../QtGui -I../common
|
Loading…
Add table
Add a link
Reference in a new issue