21 lines
359 B
Plaintext
Raw Normal View History

2023-10-29 23:33:08 +01: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