qt5base-lts/tests/auto/other/macgui/CMakeLists.txt
Leander Beernaert 0cab837fd7 Convert tests/auto/other
Change-Id: I79ba4f6bbbbede8ddab278dd987d9ad98277a229
Reviewed-by: Liang Qi <liang.qi@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Qt CMake Build Bot
2019-10-28 12:19:50 +00:00

35 lines
757 B
CMake

# Generated from macgui.pro.
if(NOT APPLE)
return()
endif()
if(NOT TARGET Qt::Widgets) # special case
return()
endif()
#####################################################################
## tst_macgui Test:
#####################################################################
add_qt_test(tst_macgui
SOURCES
guitest.cpp guitest.h
tst_macgui.cpp
LIBRARIES
Qt::CorePrivate
Qt::WidgetsPrivate
PUBLIC_LIBRARIES
Qt::Widgets
)
#### Keys ignored in scope 1:.:.:macgui.pro:<TRUE>:
# _REQUIREMENTS = "mac" "widgets"
## Scopes:
#####################################################################
extend_target(tst_macgui CONDITION APPLE_OSX
PUBLIC_LIBRARIES
${FWApplicationServices}
)