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