blob: 53a57c85d77a0aec92d45f734b4ee03e5a76fe85 [file] [log] [blame]
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