From a3bd80c08cd046d892c666098093ec20fc9e1321 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 21 Sep 2020 19:30:19 +0200 Subject: CMake: Regenerate projects Clean up the state of the projects, before changing the internal CMake API function names. Task-number: QTBUG-86815 Change-Id: I90f1b21b8ae4439a4a293872c3bb728dab44a50d Reviewed-by: Joerg Bornemann --- examples/widgets/.prev_CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples') diff --git a/examples/widgets/.prev_CMakeLists.txt b/examples/widgets/.prev_CMakeLists.txt index ea87c3c027..cffc0a6293 100644 --- a/examples/widgets/.prev_CMakeLists.txt +++ b/examples/widgets/.prev_CMakeLists.txt @@ -30,6 +30,3 @@ endif() if(QT_FEATURE_opengl AND TARGET Qt::Gui) add_subdirectory(windowcontainer) endif() -if(APPLE) - add_subdirectory(mac) -endif() -- cgit v1.2.3