qt5base-lts/examples/widgets/painting/shared/shared.pri
Oswald Buddenhagen a4ec90175c purge vestiges of opengl es 1 support
amends 0d5170256c.

Change-Id: Ifa178d38f602bb7c66ef13334673ff47e332af5b
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
2014-04-04 19:32:21 +02:00

20 lines
358 B
Plaintext

INCLUDEPATH += $$PWD
qtHaveModule(opengl)|contains(QT_CONFIG, opengles2) {
DEFINES += QT_OPENGL_SUPPORT
QT += opengl widgets
}
SOURCES += \
$$PWD/arthurstyle.cpp\
$$PWD/arthurwidgets.cpp \
$$PWD/hoverpoints.cpp
HEADERS += \
$$PWD/arthurstyle.h \
$$PWD/arthurwidgets.h \
$$PWD/hoverpoints.h
RESOURCES += $$PWD/shared.qrc