Details
-
Task
-
Resolution: Done
-
Not Evaluated
-
None
-
None
-
None
Description
Before qtquickcontrols2 was merged into qtdeclarative, it had a bunch of test helpers, some of which were duplicated from qtdeclarative (such as QQmlTestMessageHandler). We should try to remove any duplicates and move the qtquickcontrols2 helpers to tests/auto/shared. In the process, we can make a library out of that code, as currently there is a whole lot of unnecessary compilation going on as a result of tests including the sources rather than linking:
mitch@mitch-ubuntu-20:~/dev/qt-dev/qtdeclarative$ git grep util.h -- tests/auto/*.cpp | wc -l 270
Attachments
Issue Links
- relates to
-
QTBUG-95173 Merge qtquickcontrols2 into qtdeclarative
- Closed
- resulted in
-
QTBUG-95756 tst_QQmlImport::removeDynamicPlugin() is flaky on macOS
- Closed