qt5base-lts/examples/widgets/graphicsview/padnavigator/padnavigator.pro
Rainer Keller f13b0b2cf2 qtlite: Skip building examples when configured with no-feature-itemviews
Compiling the default examples should be possible without compile errors.

Task-number: QTBUG-53141
Change-Id: I73d8787241291ae6230861a89b38e91d900fede0
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2018-01-12 07:58:20 +00:00

28 lines
469 B
Prolog

SOURCES += main.cpp \
roundrectitem.cpp \
flippablepad.cpp \
padnavigator.cpp \
splashitem.cpp
HEADERS += \
roundrectitem.h \
flippablepad.h \
padnavigator.h \
splashitem.h
RESOURCES += \
padnavigator.qrc
FORMS += \
form.ui
QT += widgets
requires(qtConfig(treewidget))
qtHaveModule(opengl): QT += opengl
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/padnavigator
INSTALLS += target
CONFIG += console