38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
24 lines
778 B
Prolog
24 lines
778 B
Prolog
CONFIG += qttest_p4
|
|
SOURCES += tst_qaccessibility_mac.cpp
|
|
TARGET = tst_qaccessibility_mac
|
|
|
|
RESOURCES = qaccessibility_mac.qrc
|
|
|
|
requires(mac)
|
|
|
|
# this setup should support both building as an autotest
|
|
# (where uilib isn't built by default), and when running shadow
|
|
# builds (where QTDIR points to the build directory).
|
|
# autotest + shadow build is not supported :)
|
|
exists($$(QTDIR)/tools/designer/src/lib/uilib/uilib.pri) {
|
|
include($$(QTDIR)/tools/designer/src/lib/uilib/uilib.pri, "", true)
|
|
INCLUDEPATH += $$(QTDIR)/tools/designer/src/uitools
|
|
SOURCES += $$(QTDIR)/tools/designer/src/uitools/quiloader.cpp
|
|
HEADERS += $$(QTDIR)/tools/designer/src/uitools/quiloader.h
|
|
} else {
|
|
CONFIG += uitools
|
|
}
|
|
QT += xml
|
|
LIBS += -framework ApplicationServices -framework Carbon
|
|
|