We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fadd4 commit 7fde7b3Copy full SHA for 7fde7b3
tests/units/linux/confifiletest.cpp
@@ -169,13 +169,7 @@ void ConfFileTest::test() {
169
#ifdef Q_OS_UNIX
170
comapareTree -= utils.createTree(
171
{
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
-
+ "./" + DISTRO_DIR + "/lib/libQt6EglFSDeviceIntegration.so"
179
});
180
auto bin = TestBinDir + "QtWidgetsProject";
181
#else
0 commit comments