summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macgui/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/macgui/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/other/macgui/.prev_CMakeLists.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/auto/other/macgui/.prev_CMakeLists.txt b/tests/auto/other/macgui/.prev_CMakeLists.txt
deleted file mode 100644
index e9b794dcdc..0000000000
--- a/tests/auto/other/macgui/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-# Generated from macgui.pro.
-
-if(NOT APPLE)
- return()
-endif()
-if(NOT widgets)
- return()
-endif()
-
-#####################################################################
-## tst_macgui Test:
-#####################################################################
-
-qt_add_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:
-#####################################################################
-
-qt_extend_target(tst_macgui CONDITION MACOS
- PUBLIC_LIBRARIES
- ${FWApplicationServices}
-)