changeset 0 | 1918ee327afb |
-1:000000000000 | 0:1918ee327afb |
---|---|
1 TARGET = qscreenlinuxfb |
|
2 include(../../qpluginbase.pri) |
|
3 |
|
4 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/gfxdrivers |
|
5 |
|
6 target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers |
|
7 INSTALLS += target |
|
8 |
|
9 DEFINES += QT_QWS_LINUXFB |
|
10 |
|
11 HEADERS = $$QT_SOURCE_TREE/src/gui/embedded/qscreenlinuxfb_qws.h |
|
12 |
|
13 SOURCES = main.cpp \ |
|
14 $$QT_SOURCE_TREE/src/gui/embedded/qscreenlinuxfb_qws.cpp |