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 d4ce166 commit 0e2a45c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions librecad/src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ 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 Expand Up @@ -89,6 +85,7 @@ win32 {
contains(DISABLE_POSTSCRIPT, false) {
QMAKE_POST_LINK = "$$_PRO_FILE_PWD_/../../scripts/postprocess-win.bat" $$LC_VERSION
}
QMAKE_CXXFLAGS += -fext-numeric-literals
}

DEFINES += LC_VERSION=\"$$LC_VERSION\"
Expand Down

0 comments on commit 0e2a45c

Please sign in to comment.