summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qpa/glx/convenience.prf
blob: 41ef193a992165401ba875fe25fb3c1068939972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qpa/platforms_dir)
INCLUDEPATH += $$QT_PLATFORMS_DIR/glxconvenience

HEADERS += \
    $$QT_PLATFORMS_DIR/glxconvenience/qglxconvenience.h

SOURCES += \
    $$QT_PLATFORMS_DIR/glxconvenience/qglxconvenience.cpp

CONFIG += xrender

xrender {
	LIBS += -lXrender
} else {
	DEFINES += QT_NO_XRENDER
}