2019-10-22 07:59:13 +00:00
|
|
|
# Generated from macgui.pro.
|
|
|
|
|
|
|
|
if(NOT APPLE)
|
|
|
|
return()
|
|
|
|
endif()
|
|
|
|
if(NOT TARGET Qt::Widgets) # special case
|
|
|
|
return()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_macgui Test:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_macgui
|
2019-10-22 07:59:13 +00:00
|
|
|
SOURCES
|
|
|
|
guitest.cpp guitest.h
|
|
|
|
tst_macgui.cpp
|
2020-02-12 09:24:49 +00:00
|
|
|
PUBLIC_LIBRARIES
|
2019-10-22 07:59:13 +00:00
|
|
|
Qt::CorePrivate
|
|
|
|
Qt::WidgetsPrivate
|
|
|
|
)
|
|
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:macgui.pro:<TRUE>:
|
|
|
|
# _REQUIREMENTS = "mac" "widgets"
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_extend_target(tst_macgui CONDITION MACOS
|
2019-10-22 07:59:13 +00:00
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
${FWApplicationServices}
|
|
|
|
)
|