77885f8402
None of the other platforms have it. Change-Id: Ib448c2c03ba03f711b507ef391977c0e6aa7c192 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
33 lines
693 B
Plaintext
33 lines
693 B
Plaintext
# Generated from macgui.pro.
|
|
|
|
if(NOT APPLE)
|
|
return()
|
|
endif()
|
|
if(NOT widgets)
|
|
return()
|
|
endif()
|
|
|
|
#####################################################################
|
|
## tst_macgui Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_macgui
|
|
SOURCES
|
|
guitest.cpp guitest.h
|
|
tst_macgui.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::WidgetsPrivate
|
|
)
|
|
|
|
#### Keys ignored in scope 1:.:.:macgui.pro:<TRUE>:
|
|
# _REQUIREMENTS = "mac" "widgets"
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
extend_target(tst_macgui CONDITION MACOS
|
|
PUBLIC_LIBRARIES
|
|
${FWApplicationServices}
|
|
)
|