5a2fc03ef4
Task-number: QTCREATORBUG-8437
Change-Id: I66031184a009f3b26ad4af36b1975204e8fa80dc
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
(cherry picked from commit 2dc6ad8adf
)
20 lines
395 B
Plaintext
20 lines
395 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|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
|
|
|