diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testqml.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testqml.cpp b/tests/testqml.cpp index 2c354a536..be6588378 100644 --- a/tests/testqml.cpp +++ b/tests/testqml.cpp @@ -7,7 +7,8 @@ // main loosely copied from QUICK_TEST_MAIN_WITH_SETUP macro int main(int argc, char **argv) { -#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0) +//#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0) +#ifndef THIS_IS_REPAIRED return 0; #else QTEST_ADD_GPU_BLACKLIST_SUPPORT |