ObjQt  Check-in [462c91f6d6]

Overview
Comment:Add QtAbstractButton
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 462c91f6d69c420c00f10b9b293b19a3f48a46629ec3e63f55424664a3167f3b
User & Date: js on 2017-04-18 02:27:37
Other Links: manifest | tags
Context
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
00:09
Check whether Qt requires PIC check-in: 7a43c3a524 user: js tags: trunk
Changes

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

1
2
3
4
5

6
7
8
9
10
11
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





>
|
|





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

Added src/QtWidgets/QtAbstractButton.h version [de5ca4911a].

Added src/QtWidgets/QtAbstractButton.mm version [7722808b16].