Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed May 10, 2024
1 parent 9cc4286 commit d4ce166
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions librecad/src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ QMAKE_UIC_FLAGS += --connections string
QMAKE_CXXFLAGS += -fext-numeric-literals
}

win32-clang-g++ {
QMAKE_CXXFLAGS += -fext-numeric-literals
}

GEN_LIB_DIR = ../../generated/lib
msvc {
PRE_TARGETDEPS += $$GEN_LIB_DIR/dxfrw.lib \
Expand Down

0 comments on commit d4ce166

Please sign in to comment.