e9a328bc0e
Use pro2cmake with '--api-version 2' to force regenerate projects to use the new prefixed qt_foo APIs. Change-Id: I055c4837860319e93aaa6b09d646dda4fc2a4069 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
34 lines
805 B
CMake
34 lines
805 B
CMake
# Generated from qaccessibilitymac.pro.
|
|
|
|
if(NOT APPLE)
|
|
return()
|
|
endif()
|
|
|
|
#####################################################################
|
|
## tst_qaccessibilitymac Test:
|
|
#####################################################################
|
|
|
|
qt_add_test(tst_qaccessibilitymac
|
|
SOURCES
|
|
tst_qaccessibilitymac.cpp
|
|
tst_qaccessibilitymac_helpers.h
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
Qt::Widgets
|
|
)
|
|
|
|
#### Keys ignored in scope 1:.:.:qaccessibilitymac.pro:<TRUE>:
|
|
# _REQUIREMENTS = "mac"
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
qt_extend_target(tst_qaccessibilitymac CONDITION APPLE
|
|
SOURCES
|
|
tst_qaccessibilitymac_helpers.mm
|
|
PUBLIC_LIBRARIES
|
|
${FWAppKit}
|
|
${FWApplicationServices}
|
|
${FWSecurity}
|
|
)
|