Last change
on this file since 166 was 166, checked in by Dmitry A. Kuminov, 16 years ago |
Added short DLL names for many modules and plugins.
|
File size:
522 bytes
|
Line | |
---|
1 | TARGET = qtaccessiblecompatwidgets
|
---|
2 | os2:TARGET_SHORT = qtacwt
|
---|
3 | CONFIG += qt_no_compat_warning
|
---|
4 | include(../../qpluginbase.pri)
|
---|
5 | include (../qaccessiblebase.pri)
|
---|
6 |
|
---|
7 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/accessible
|
---|
8 |
|
---|
9 | QTDIR_build:REQUIRES += "contains(QT_CONFIG, accessibility)"
|
---|
10 |
|
---|
11 | QT += qt3support
|
---|
12 |
|
---|
13 | SOURCES += main.cpp \
|
---|
14 | q3simplewidgets.cpp \
|
---|
15 | q3complexwidgets.cpp \
|
---|
16 | qaccessiblecompat.cpp
|
---|
17 |
|
---|
18 | HEADERS += qaccessiblecompat.h \
|
---|
19 | q3complexwidgets.h \
|
---|
20 | q3simplewidgets.h
|
---|
21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.