summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/cmake.pro
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-04-27 14:30:46 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-01 07:10:23 +0200
commitaa17350eb697d71f75f6e9ccf07852d078334b40 (patch)
tree3997d548f11c629acd08d7774ee42032400c5af1 /tests/auto/cmake/cmake.pro
parent31b0a373063a9980b094bde71457e19e046e6a14 (diff)
Never attempt to run the dbus tests on APPLE.
The Qt buildsystem is creating the config files for it even when it is not building QtDBus, so Qt5DBus_FOUND = True. Re-enable the CI testing on mac with this change. Task-number: QTBUG-25522 Change-Id: I5d2690d17fde6c5aabcbdd3e2eef9f0846edd97d Reviewed-by: Alexander Neundorf <neundorf@kde.org> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/cmake/cmake.pro')
-rw-r--r--tests/auto/cmake/cmake.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro
index 1de466bcc0..0fe999b957 100644
--- a/tests/auto/cmake/cmake.pro
+++ b/tests/auto/cmake/cmake.pro
@@ -4,8 +4,6 @@ CMAKE_VERSION = $$system(cmake --version)
# Cause make to do nothing.
TEMPLATE = subdirs
-mac:CONFIG+=insignificant_test
-
check.commands =
isEmpty(CMAKE_VERSION) {
message("cmake executable not found. Not running CMake unit tests")