source: trunk/src/plugins/gfxdrivers/linuxfb/linuxfb.pro

Last change on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 354 bytes
Line 
1TARGET = qscreenlinuxfb
2include(../../qpluginbase.pri)
3
4QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/gfxdrivers
5
6target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers
7INSTALLS += target
8
9DEFINES += QT_QWS_LINUXFB
10
11HEADERS = $$QT_SOURCE_TREE/src/gui/embedded/qscreenlinuxfb_qws.h
12
13SOURCES = main.cpp \
14 $$QT_SOURCE_TREE/src/gui/embedded/qscreenlinuxfb_qws.cpp
Note: See TracBrowser for help on using the repository browser.