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 | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.