qt6windows7/examples/widgets/painting/shared/shared.pri

21 lines
359 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
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