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

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

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

RESOURCES += $$PWD/shared.qrc