summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/rhi/rhi.pri
blob: 5fdb77c00fa8beb6a46d7b75ce732fa1097e0472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

include (renderer/renderer.pri)
include (io/io.pri)
include (textures/textures.pri)
include (graphicshelpers/graphicshelpers.pri)
include (managers/managers.pri)

INCLUDEPATH += $$PWD

# Qt3D is free of Q_FOREACH - make sure it stays that way:
DEFINES += QT_NO_FOREACH

gcov {
    QMAKE_CXXFLAGS += -fprofile-arcs -ftest-coverage
    QMAKE_LFLAGS += -fprofile-arcs -ftest-coverage
}