Add feature.commandlinkbutton
Change-Id: I057ed507552c74a787e5bcdaa28a18c667eecd43 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
5a3029fbf1
commit
104408f3da
@ -117,6 +117,12 @@
|
||||
"condition": "features.tableview",
|
||||
"output": [ "publicFeature", "feature" ]
|
||||
},
|
||||
"commandlinkbutton": {
|
||||
"label": "QCommandLinkButton",
|
||||
"purpose": "Provides a Vista style command link button.",
|
||||
"section": "Widgets",
|
||||
"output": [ "publicFeature" ]
|
||||
},
|
||||
"datetimeedit": {
|
||||
"label": "QDateTimeEdit",
|
||||
"purpose": "Supports editing dates and times.",
|
||||
|
@ -43,6 +43,8 @@
|
||||
#include <QtWidgets/qtwidgetsglobal.h>
|
||||
#include <QtWidgets/qpushbutton.h>
|
||||
|
||||
QT_REQUIRE_CONFIG(commandlinkbutton);
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
|
@ -13,7 +13,6 @@ HEADERS += \
|
||||
widgets/qcheckbox.h \
|
||||
widgets/qcombobox.h \
|
||||
widgets/qcombobox_p.h \
|
||||
widgets/qcommandlinkbutton.h \
|
||||
widgets/qdatetimeedit.h \
|
||||
widgets/qdatetimeedit_p.h \
|
||||
widgets/qdial.h \
|
||||
@ -92,7 +91,6 @@ SOURCES += \
|
||||
widgets/qcalendarwidget.cpp \
|
||||
widgets/qcheckbox.cpp \
|
||||
widgets/qcombobox.cpp \
|
||||
widgets/qcommandlinkbutton.cpp \
|
||||
widgets/qdatetimeedit.cpp \
|
||||
widgets/qdial.cpp \
|
||||
widgets/qdialogbuttonbox.cpp \
|
||||
@ -145,6 +143,14 @@ SOURCES += \
|
||||
widgets/qtoolbararealayout.cpp \
|
||||
widgets/qplaintextedit.cpp
|
||||
|
||||
qtConfig(commandlinkbutton) {
|
||||
HEADERS += \
|
||||
widgets/qcommandlinkbutton.h
|
||||
|
||||
SOURCES += \
|
||||
widgets/qcommandlinkbutton.cpp
|
||||
}
|
||||
|
||||
macx {
|
||||
HEADERS += \
|
||||
widgets/qmacnativewidget_mac.h \
|
||||
|
Loading…
Reference in New Issue
Block a user