Make the gl integrations use the same build options as the config tests
[profile/ivi/qtwayland.git] / src / plugins / platforms / wayland / gl_integration / wayland_egl / wayland_egl.pri
1 !contains(QT_CONFIG, no-pkg-config) {
2     CONFIG += link_pkgconfig
3     PKGCONFIG += wayland-egl egl
4 } else {
5     LIBS += -lwayland-egl -lEGL
6 }
7
8 INCLUDEPATH += $$PWD
9 SOURCES += $$PWD/qwaylandeglintegration.cpp \
10            $$PWD/qwaylandglcontext.cpp \
11            $$PWD/qwaylandeglwindow.cpp
12
13 HEADERS += $$PWD/qwaylandeglintegration.h \
14            $$PWD/qwaylandglcontext.h \
15            $$PWD/qwaylandeglwindow.h