Last change
on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
499 bytes
|
Line | |
---|
1 | TARGET = qtaccessiblewidgets
|
---|
2 | include(../../qpluginbase.pri)
|
---|
3 | include (../qaccessiblebase.pri)
|
---|
4 |
|
---|
5 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/accessible
|
---|
6 |
|
---|
7 | QTDIR_build:REQUIRES += "contains(QT_CONFIG, accessibility)"
|
---|
8 |
|
---|
9 | SOURCES += main.cpp \
|
---|
10 | simplewidgets.cpp \
|
---|
11 | rangecontrols.cpp \
|
---|
12 | complexwidgets.cpp \
|
---|
13 | qaccessiblewidgets.cpp \
|
---|
14 | qaccessiblemenu.cpp
|
---|
15 |
|
---|
16 | HEADERS += qaccessiblewidgets.h \
|
---|
17 | simplewidgets.h \
|
---|
18 | rangecontrols.h \
|
---|
19 | complexwidgets.h \
|
---|
20 | qaccessiblemenu.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.