summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/shared/shared.pri
blob: 6aef1bdd5bfa67a4141fbab8bd75e36a3169ffae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INCLUDEPATH += $$PWD

contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
    DEFINES += QT_OPENGL_SUPPORT
    QT += opengl widgets
}

SOURCES += \
    $$PWD/arthurstyle.cpp\
    $$PWD/arthurwidgets.cpp \
    $$PWD/hoverpoints.cpp

HEADERS += \
    $$PWD/arthurstyle.h \
    $$PWD/arthurwidgets.h \
    $$PWD/hoverpoints.h

RESOURCES += $$PWD/shared.qrc