0ead3b7142
Several of the examples were not even working besides using deprecated classes. Change-Id: I352e0629d490593edcc5868d2ec5a8ff222eaeab Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
20 lines
342 B
Plaintext
20 lines
342 B
Plaintext
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
|
|
|