4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-07 23:19:35 +00:00

fix tests

This commit is contained in:
Andrei Yankovich 2024-03-09 12:32:37 +01:00
parent b9fadd48b0
commit 7fde7b3406

@ -169,13 +169,7 @@ 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
"./" + DISTRO_DIR + "/lib/libQt6EglFSDeviceIntegration.so"
});
auto bin = TestBinDir + "QtWidgetsProject";
#else