summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/linuxfb/linuxfb.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/graphicssystems/linuxfb/linuxfb.pro')
-rw-r--r--src/plugins/graphicssystems/linuxfb/linuxfb.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/graphicssystems/linuxfb/linuxfb.pro b/src/plugins/graphicssystems/linuxfb/linuxfb.pro
new file mode 100644
index 0000000000..1251d2ff13
--- /dev/null
+++ b/src/plugins/graphicssystems/linuxfb/linuxfb.pro
@@ -0,0 +1,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