From 1fe0c2c25dc96e9af6f442cf059ad627d45f10fa Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 10 Nov 2012 16:20:48 +0100 Subject: [PATCH] Add warning about non-API in Qt5CTestMacros. The macros are only for tests in Qt itself, and will be changed without restriction. Change-Id: I4cf5b8559be510f01d0122c59492c5ea3e71c8d3 Reviewed-by: Alexander Neundorf Reviewed-by: Stephen Kelly --- src/corelib/Qt5CTestMacros.cmake | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/corelib/Qt5CTestMacros.cmake b/src/corelib/Qt5CTestMacros.cmake index 715ad9356e..fc39c708f3 100644 --- a/src/corelib/Qt5CTestMacros.cmake +++ b/src/corelib/Qt5CTestMacros.cmake @@ -1,4 +1,11 @@ +# This file is not part of the Qt API. It exists purely as an +# implementation detail. This file, and its contents may change from version to +# version without notice, or even be removed. +# +# We mean it. + + set(BUILD_OPTIONS_LIST) if (CMAKE_BUILD_TYPE)