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

qtConfig(opengl) {
    QT += opengl
    SOURCES += $$PWD/fbopaintdevice.cpp
    HEADERS += $$PWD/fbopaintdevice.h
}

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

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

RESOURCES += $$PWD/shared.qrc