diff --git a/tests/res.qrc b/tests/res.qrc new file mode 100644 index 0000000..9d01e3e --- /dev/null +++ b/tests/res.qrc @@ -0,0 +1,25 @@ + + + testRes/debugLibData + testRes/Unix/lib.so.1 + testRes/Unix/Start + testRes/win32/mingw/hanoi-towers.exe + testRes/win32/mingw/libEGL.dll + testRes/win32/msvc/qtaudio_windows.dll + testRes/win32/msvc/TestStart.exe + testRes/win64/mingw/cqtdeployer.exe + testRes/win64/mingw/Deploy.dll + testRes/win64/msvc/exe.exe + testRes/win64/msvc/lib.dll + testRes/qml/Scene + testRes/qml/SceneQt6 + testRes/qml/qmldir + + + testRes/TestQMLWidgets.sh + testRes/testMultiPackageConfig.json + testRes/customRunScript.sh + testRes/TestTr.qm + testRes/TestIcon.png + + diff --git a/tests/units/confifiletest.cpp b/tests/units/confifiletest.cpp index 1dbe1e8..a4d70db 100644 --- a/tests/units/confifiletest.cpp +++ b/tests/units/confifiletest.cpp @@ -169,7 +169,13 @@ void ConfFileTest::test() { #ifdef Q_OS_UNIX comapareTree -= utils.createTree( { +#if QT_VERSION >= QT_VERSION_CHECK(6, 3, 0) + "./" + DISTRO_DIR + "/lib/libQt6EglFSDeviceIntegration.so", + "./" + DISTRO_DIR + "/lib/libQt6WaylandEglClientHwIntegration.so", +#else "./" + DISTRO_DIR + "/lib/libQt5EglFSDeviceIntegration.so", +#endif + }); auto bin = TestBinDir + "QtWidgetsProject"; #else