2012-12-14 13:55:20 +00:00
|
|
|
INCLUDEPATH += $$PWD
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2018-07-11 13:12:56 +00:00
|
|
|
qtConfig(opengl) {
|
|
|
|
SOURCES += $$PWD/fbopaintdevice.cpp
|
|
|
|
HEADERS += $$PWD/fbopaintdevice.h
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|
|
|
|
|
2012-12-14 13:55:20 +00:00
|
|
|
SOURCES += \
|
|
|
|
$$PWD/arthurstyle.cpp\
|
|
|
|
$$PWD/arthurwidgets.cpp \
|
|
|
|
$$PWD/hoverpoints.cpp
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
$$PWD/arthurstyle.h \
|
|
|
|
$$PWD/arthurwidgets.h \
|
|
|
|
$$PWD/hoverpoints.h
|
|
|
|
|
|
|
|
RESOURCES += $$PWD/shared.qrc
|
2011-04-27 10:05:43 +00:00
|
|
|
|