summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/linuxfb/linuxfb.pro
blob: 1251d2ff13c7c89c391544e7ac083289060f5254 (plain)
1
2
3
4
5
6
7
8
9
10
TARGET = qlinuxfbgraphicssystem
include(../../qpluginbase.pri)

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems

SOURCES = main.cpp qgraphicssystem_linuxfb.cpp qwindowsurface_linuxfb.cpp
HEADERS = qgraphicssystem_linuxfb.h qwindowsurface_linuxfb.h

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