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:
367 bytes
|
Line | |
---|
1 | TARGET = qlinuxinputkbddriver
|
---|
2 | include(../../qpluginbase.pri)
|
---|
3 |
|
---|
4 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/kbddrivers
|
---|
5 | target.path = $$[QT_INSTALL_PLUGINS]/kbddrivers
|
---|
6 | INSTALLS += target
|
---|
7 |
|
---|
8 | DEFINES += QT_QWS_KBD_LINUXINPUT
|
---|
9 |
|
---|
10 | HEADERS = $$QT_SOURCE_TREE/src/gui/embedded/qkbdlinuxinput_qws.h
|
---|
11 |
|
---|
12 | SOURCES = main.cpp \
|
---|
13 | $$QT_SOURCE_TREE/src/gui/embedded/qkbdlinuxinput_qws.cpp
|
---|
14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.