Differences From Artifact [e361a88e82]:
- File
src/QtWidgets/Makefile
— part of check-in
[baf52ea3b1]
at
2017-04-17 23:25:45
on branch trunk
— Add a proper build system
Also lowers the minimum required Qt version to 5.5. (user: js, size: 248) [annotate] [blame] [check-ins using]
To Artifact [3c4d075d00]:
- File src/QtWidgets/Makefile — part of check-in [462c91f6d6] at 2017-04-18 02:27:37 on branch trunk — Add QtAbstractButton (user: js, size: 279) [annotate] [blame] [check-ins using]
1 2 3 4 5 | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${QTWIDGETS_LIB_A} STATIC_LIB_NOINST = ${QTWIDGETS_A} | > | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${QTWIDGETS_LIB_A} STATIC_LIB_NOINST = ${QTWIDGETS_A} SRCS = QtAbstractButton.mm \ QtAction.mm \ QtApplication.mm \ QtWidget.mm include ../../buildsys.mk CPPFLAGS += -I. -I../QtCore -I../QtGui -I../common |