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>
This commit is contained in:
Stephen Kelly 2012-11-10 16:20:48 +01:00 committed by The Qt Project
parent 8ba6f75fa6
commit 1fe0c2c25d

View 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)