Really, really disabling doc, icon for no-Qt builds

This commit is contained in:
Matthias Koefferlein 2022-12-21 23:36:15 +01:00
parent 5a41443487
commit 584dbcfd2f
1 changed files with 4 additions and 4 deletions

View File

@ -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"