Last change
on this file was 166, checked in by Dmitry A. Kuminov, 16 years ago |
Added short DLL names for many modules and plugins.
|
File size:
524 bytes
|
Line | |
---|
1 | TARGET = qtaccessiblewidgets
|
---|
2 | os2:TARGET_SHORT = qtawt
|
---|
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 | SOURCES += main.cpp \
|
---|
11 | simplewidgets.cpp \
|
---|
12 | rangecontrols.cpp \
|
---|
13 | complexwidgets.cpp \
|
---|
14 | qaccessiblewidgets.cpp \
|
---|
15 | qaccessiblemenu.cpp
|
---|
16 |
|
---|
17 | HEADERS += qaccessiblewidgets.h \
|
---|
18 | simplewidgets.h \
|
---|
19 | rangecontrols.h \
|
---|
20 | complexwidgets.h \
|
---|
21 | qaccessiblemenu.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.