mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
21 lines
359 B
Plaintext
21 lines
359 B
Plaintext
|
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
|
||
|
|