summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/eglintegration.pro
blob: 7cd2f052584b0d0a29bb3a9c6d8812c876490388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = eglintegration
TEMPLATE = lib
CONFIG += plugin

QT += opengl

SOURCES =   main.cpp \
            eglintegration.cpp \
            ../eglconvenience/qeglconvenience.cpp
HEADERS =   eglintegration.h \
            ../eglconvenience/qeglconvenience.h

target.path += $$[QT_INSTALL_PLUGINS]/platforms
INSTALLS += target