a4ec90175c
amends 0d5170256c
.
Change-Id: Ifa178d38f602bb7c66ef13334673ff47e332af5b
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
20 lines
358 B
Plaintext
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
|
|
|