summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt5CTestMacros.cmake
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-11-10 16:20:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-10 18:13:06 +0100
commit1fe0c2c25dc96e9af6f442cf059ad627d45f10fa (patch)
treef2cf90068d2aba1d81d79cb61d33d43cd14050ff /src/corelib/Qt5CTestMacros.cmake
parent8ba6f75fa6bfbe3d2e45a83d6c9c6c9cf9e7a235 (diff)
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 <neundorf@kde.org> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'src/corelib/Qt5CTestMacros.cmake')
-rw-r--r--src/corelib/Qt5CTestMacros.cmake7
1 files changed, 7 insertions, 0 deletions
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)