summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/padnavigator/padnavigator.pro
blob: c2bc79b5ccc82af11f1a81fa85673da5f1d8b23c (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
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
qtHaveModule(opengl): QT += opengl

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/padnavigator
INSTALLS += target

CONFIG += console