Trying to fix Windows unit tests

This commit is contained in:
Matthias Koefferlein 2022-06-08 21:24:38 +02:00
parent 1020eb6e99
commit e2d5595243
1 changed files with 7 additions and 3 deletions

View File

@ -41,6 +41,8 @@
// This hard-links the GSI test classes
#include "../gsi_test/gsiTestForceLink.h"
#include "version.h"
#if defined(HAVE_QT)
# include "layApplication.h"
@ -48,8 +50,6 @@
# include "laySystemPaths.h"
# include "layVersion.h"
# include "version.h"
# include <QDir>
# include <QFileInfo>
# include <QTextCodec>
@ -64,9 +64,13 @@
#endif
// required to force linking of the "rdb", "lib" and "drc" module
// (some in non-Qt case)
// and the plugins/auxiliary modules (some in non-Qt case)
#include "libForceLink.h"
#include "rdbForceLink.h"
#include "antForceLink.h"
#include "imgForceLink.h"
#include "edtForceLink.h"
#include "lymForceLink.h"
#if defined(HAVE_RUBY)
# include "drcForceLink.h"
# include "lvsForceLink.h"