mirror of https://github.com/qt/qtdatavis3d.git
qtlite: Skip building examples when configured with no-feature-itemviews
Task-number: QTBUG-53141 Change-Id: I2e9fa0a5b72d79acc22c779e68a3dbe6a320a32a Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
This commit is contained in:
parent
63b90a1d33
commit
4ceabb63a6
|
@ -10,6 +10,8 @@ SOURCES += main.cpp graphmodifier.cpp
|
|||
HEADERS += graphmodifier.h
|
||||
|
||||
QT += widgets
|
||||
requires(qtConfig(fontcombobox))
|
||||
requires(qtConfig(combobox))
|
||||
|
||||
OTHER_FILES += doc/src/* \
|
||||
doc/images/*
|
||||
|
|
|
@ -12,6 +12,7 @@ HEADERS += scatterdatamodifier.h \
|
|||
custominputhandler.h
|
||||
|
||||
QT += widgets
|
||||
requires(qtConfig(combobox))
|
||||
|
||||
RESOURCES += custominput.qrc
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ android|ios|winrt {
|
|||
SOURCES += main.cpp
|
||||
|
||||
QT += widgets
|
||||
requires(qtConfig(tablewidget))
|
||||
|
||||
OTHER_FILES += doc/src/* \
|
||||
doc/images/*
|
||||
|
|
|
@ -10,6 +10,8 @@ SOURCES += main.cpp scatterdatamodifier.cpp
|
|||
HEADERS += scatterdatamodifier.h
|
||||
|
||||
QT += widgets
|
||||
requires(qtConfig(combobox))
|
||||
requires(qtConfig(fontcombobox))
|
||||
|
||||
OTHER_FILES += doc/src/* \
|
||||
doc/images/*
|
||||
|
|
|
@ -12,6 +12,7 @@ SOURCES += main.cpp \
|
|||
HEADERS += surfacegraph.h
|
||||
|
||||
QT += widgets
|
||||
requires(qtConfig(combobox))
|
||||
|
||||
RESOURCES += surface.qrc
|
||||
|
||||
|
|
Loading…
Reference in New Issue