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

QT += opengl

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms

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

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