An error occurred while loading the file. Please try again.
-
Jens Bache-Wiig authored
These were both too small on most platforms. Since we have rather broken logic in widgets for this, I will simply assume they share the same height. Change-Id: I98da5a925087fec300de3c1c91b58110103e1a38 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
87f560d2
TARGET = qtquickcontrolsplugin
TARGETPATH = QtQuick/Controls
QT += qml quick gui-private core-private
QMAKE_DOCS = $$PWD/doc/qtquickcontrols.qdocconf
QML_FILES = \
ApplicationWindow.qml \
Button.qml \
CheckBox.qml \
ComboBox.qml \
GroupBox.qml \
Label.qml \
MenuBar.qml \
Menu.qml \
StackView.qml \
ProgressBar.qml \
RadioButton.qml \
ScrollView.qml \
Slider.qml \
SpinBox.qml \
SplitView.qml \
StackViewDelegate.qml \
StackViewTransition.qml \
StatusBar.qml \
Tab.qml \
TabView.qml \
TableView.qml \
TableViewColumn.qml \
TextArea.qml \
TextField.qml \
ToolBar.qml \
ToolButton.qml
include(plugin.pri)
CONFIG += no_cxx_module
load(qml_plugin)