Skip to content

Commit 7fde7b3

Browse files
committed
fix tests
1 parent b9fadd4 commit 7fde7b3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/units/linux/confifiletest.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,7 @@ void ConfFileTest::test() {
169169
#ifdef Q_OS_UNIX
170170
comapareTree -= utils.createTree(
171171
{
172-
#if QT_VERSION >= QT_VERSION_CHECK(6, 3, 0)
173-
"./" + DISTRO_DIR + "/lib/libQt6EglFSDeviceIntegration.so",
174-
"./" + DISTRO_DIR + "/lib/libQt6WaylandEglClientHwIntegration.so",
175-
#else
176-
"./" + DISTRO_DIR + "/lib/libQt5EglFSDeviceIntegration.so",
177-
#endif
178-
172+
"./" + DISTRO_DIR + "/lib/libQt6EglFSDeviceIntegration.so"
179173
});
180174
auto bin = TestBinDir + "QtWidgetsProject";
181175
#else

0 commit comments

Comments
 (0)