0
|
1 |
CONFIG += qttest_p4
|
|
2 |
SOURCES += tst_qaccessibility_mac.cpp
|
|
3 |
TARGET = tst_qaccessibility_mac
|
|
4 |
|
|
5 |
RESOURCES = qaccessibility_mac.qrc
|
|
6 |
|
|
7 |
requires(mac)
|
|
8 |
|
|
9 |
# this setup should support both building as an autotest
|
|
10 |
# (where uilib isn't built by default), and when running shadow
|
|
11 |
# builds (where QTDIR points to the build directory).
|
|
12 |
# autotest + shadow build is not supported :)
|
|
13 |
exists($$(QTDIR)/tools/designer/src/lib/uilib/uilib.pri) {
|
|
14 |
include($$(QTDIR)/tools/designer/src/lib/uilib/uilib.pri, "", true)
|
|
15 |
INCLUDEPATH += $$(QTDIR)/tools/designer/src/uitools
|
|
16 |
SOURCES += $$(QTDIR)/tools/designer/src/uitools/quiloader.cpp
|
|
17 |
HEADERS += $$(QTDIR)/tools/designer/src/uitools/quiloader.h
|
|
18 |
} else {
|
|
19 |
CONFIG += uitools
|
|
20 |
}
|
|
21 |
QT += xml
|
|
22 |
LIBS += -framework ApplicationServices -framework Carbon
|
|
23 |
|