ObjQt  Check-in [14dfe934b0]

Overview
Comment:Add QtPushButton
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 14dfe934b0182db261348eb2db42e7b41ab0f67514b94c144bf5706159fe8983
User & Date: max-schander@freenet.de on 2017-04-18 19:21:23
Other Links: manifest | tags
Context
2017-04-30
11:41
Add -Wno-ignored-attributes flag (#5) check-in: 64b5d517f4 user: js tags: trunk
2017-04-18
19:21
Add QtPushButton check-in: 14dfe934b0 user: max-schander@freenet.de tags: trunk
02:27
Add QtAbstractButton check-in: 462c91f6d6 user: js tags: trunk
Changes

Modified src/QtWidgets/Makefile from [3c4d075d00] to [917c60f194].

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








>





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

Added src/QtWidgets/QtPushButton.h version [7a67030b98].

Added src/QtWidgets/QtPushButton.mm version [9e8bdaad72].