Skip to content

Commit addf233

Browse files
committed
update Re-enable CMake support importing historical improvements from commontk/PythonQt fork
1 parent e3cde1f commit addf233

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/PythonQtTestMain.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@ int main(int argc, char* argv[])
5454
QTest::qExec(&test, argc, argv);
5555
return 0;
5656
}
57-
#ifdef PythonQt_Wrap_Qtcore
5857
if (QProcessEnvironment::systemEnvironment().contains("PYTHONQT_RUN_ONLY_CLEANUP_TESTS")) {
5958
PythonQtTestCleanup cleanup;
6059
QTest::qExec(&cleanup, argc, argv);
6160
return 0;
6261
}
63-
#endif
6462

6563
PythonQt::init(PythonQt::IgnoreSiteModule | PythonQt::RedirectStdOut);
6664
int failCount = 0;

0 commit comments

Comments
 (0)