qt5base-lts/tests/auto/other/macgui/.prev_CMakeLists.txt
Tor Arne Vestbø 77885f8402 cmake: Remove APPLE prefix from platform names
None of the other platforms have it.

Change-Id: Ib448c2c03ba03f711b507ef391977c0e6aa7c192
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-03-16 17:57:56 +01:00

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}
)