Skip to content

Commit

Permalink
Add only on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
LocutusOfBorg committed Sep 24, 2024
1 parent aa4e851 commit 8ac842e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qdlt/export_rules.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#if defined (__WIN32__) || defined(_MSC_VER)
#include <QtGlobal>
#endif

#ifndef EXPORT_RULES_H
#define EXPORT_RULES_H

Expand Down

0 comments on commit 8ac842e

Please sign in to comment.