Make the gl integrations use the same build options as the config tests
[profile/ivi/qtwayland.git] / src / plugins / platforms / wayland / gl_integration / xcomposite_egl / xcomposite_egl.pri
1 include (../xcomposite_share/xcomposite_share.pri)
2
3 !contains(QT_CONFIG, no-pkg-config) {
4     CONFIG += link_pkgconfig
5     PKGCONFIG += xcomposite egl x11
6 } else {
7     LIBS += -lXcomposite -lEGL -lX11
8 }
9
10 SOURCES += \
11     $$PWD/qwaylandxcompositeeglcontext.cpp \
12     $$PWD/qwaylandxcompositeeglintegration.cpp \
13     $$PWD/qwaylandxcompositeeglwindow.cpp
14
15 HEADERS += \
16     $$PWD/qwaylandxcompositeeglcontext.h \
17     $$PWD/qwaylandxcompositeeglintegration.h \
18     $$PWD/qwaylandxcompositeeglwindow.h