Add warning about non-API in Qt5CTestMacros.
authorStephen Kelly <stephen.kelly@kdab.com>
Sat, 10 Nov 2012 15:20:48 +0000 (16:20 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 10 Nov 2012 17:13:06 +0000 (18:13 +0100)
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>
src/corelib/Qt5CTestMacros.cmake

index 715ad93..fc39c70 100644 (file)
@@ -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)