summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/padnavigator/padnavigator.pro
blob: 53a57c85d77a0aec92d45f734b4ee03e5a76fe85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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