aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/shared.h')
-rw-r--r--tests/auto/shared.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/shared.h b/tests/auto/shared.h
index fc36d8e67..ea45f727e 100644
--- a/tests/auto/shared.h
+++ b/tests/auto/shared.h
@@ -41,12 +41,6 @@
#include <ctime>
-#if QT_VERSION >= 0x050000
-#define SKIP_TEST(message) QSKIP(message)
-#else
-#define SKIP_TEST(message) QSKIP(message, SkipAll)
-#endif
-
inline QString profileName() { return QLatin1String("qbs_autotests"); }
inline QString relativeBuildDir() { return profileName() + QLatin1String("-debug"); }