0cab837fd7
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
35 lines
757 B
CMake
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}
|
|
)
|