source: trunk/src/plugins/accessible/compat/compat.pro@ 166

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 
1TARGET = qtaccessiblecompatwidgets
2os2:TARGET_SHORT = qtacwt
3CONFIG += qt_no_compat_warning
4include(../../qpluginbase.pri)
5include (../qaccessiblebase.pri)
6
7QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/accessible
8
9QTDIR_build:REQUIRES += "contains(QT_CONFIG, accessibility)"
10
11QT += qt3support
12
13SOURCES += main.cpp \
14 q3simplewidgets.cpp \
15 q3complexwidgets.cpp \
16 qaccessiblecompat.cpp
17
18HEADERS += qaccessiblecompat.h \
19 q3complexwidgets.h \
20 q3simplewidgets.h
21
Note: See TracBrowser for help on using the repository browser.