mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-07 23:19:35 +00:00
fix tests
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user