Skip to content

Commit

Permalink
Really, really disabling doc, icon for no-Qt builds
Browse files Browse the repository at this point in the history
  • Loading branch information
klayoutmatthias committed Dec 21, 2022
1 parent 5a41443 commit 584dbcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/unit_tests/unit_test_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 584dbcf

Please sign in to comment.