Differences From 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]
To Artifact [917c60f194]:
- File src/QtWidgets/Makefile — part of check-in [14dfe934b0] at 2017-04-18 19:21:23 on branch trunk — Add QtPushButton (user: max-schander@freenet.de, size: 314) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${QTWIDGETS_LIB_A} STATIC_LIB_NOINST = ${QTWIDGETS_A} SRCS = QtAbstractButton.mm \ QtAction.mm \ QtApplication.mm \ QtPushButton.mm \ QtWidget.mm include ../../buildsys.mk CPPFLAGS += -I. -I../QtCore -I../QtGui -I../common |