mirror of https://github.com/KLayout/klayout.git
Really, really disabling doc, icon for no-Qt builds
This commit is contained in:
parent
5a41443487
commit
584dbcfd2f
|
|
@ -41,14 +41,14 @@
|
|||
// This hard-links the GSI test classes
|
||||
#include "../gsi_test/gsiTestForceLink.h"
|
||||
|
||||
// For testing the document structure
|
||||
#include "docForceLink.h"
|
||||
#include "iconsForceLink.h"
|
||||
|
||||
#include "version.h"
|
||||
|
||||
#if defined(HAVE_QT)
|
||||
|
||||
// For testing the document structure
|
||||
# include "docForceLink.h"
|
||||
# include "iconsForceLink.h"
|
||||
|
||||
# include "layApplication.h"
|
||||
# include "layMainWindow.h"
|
||||
# include "laySystemPaths.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue