qt5base-lts/examples/widgets/painting/shared/shared.pri

20 lines
342 B
Plaintext
Raw Normal View History

INCLUDEPATH += $$PWD
qtConfig(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