Make the gl integrations use the same build options as the config tests
[profile/ivi/qtwayland.git] / src / compositor / hardware_integration / xcomposite_glx / xcomposite_glx.pri
1 include (../xcomposite_share/xcomposite_share.pri)
2
3 !contains(QT_CONFIG, no-pkg-config) {
4     CONFIG += link_pkgconfig
5     PKGCONFIG += xcomposite gl x11
6 } else {
7     LIBS += -lXcomposite -lGL -lX11
8 }
9
10 HEADERS += \
11     $$PWD/xcompositeglxintegration.h
12
13 SOURCES += \
14     $$PWD/xcompositeglxintegration.cpp