mirror of https://github.com/KLayout/klayout.git
Trying to fix Windows unit tests
This commit is contained in:
parent
1020eb6e99
commit
e2d5595243
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue