author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TARGET = qtaccessiblecompatwidgets |
2 |
CONFIG += qt_no_compat_warning |
|
3 |
include(../../qpluginbase.pri) |
|
4 |
include (../qaccessiblebase.pri) |
|
5 |
||
6 |
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/accessible |
|
7 |
||
8 |
QTDIR_build:REQUIRES += "contains(QT_CONFIG, accessibility)" |
|
9 |
||
10 |
QT += qt3support |
|
11 |
||
12 |
SOURCES += main.cpp \ |
|
13 |
q3simplewidgets.cpp \ |
|
14 |
q3complexwidgets.cpp \ |
|
15 |
qaccessiblecompat.cpp |
|
16 |
||
17 |
HEADERS += qaccessiblecompat.h \ |
|
18 |
q3complexwidgets.h \ |
|
19 |
q3simplewidgets.h |
|
20 |