Bug /wd4141 #224
Unanswered
davidelacroce89
asked this question in
General
Bug /wd4141
#224
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building on QT6 Creator using g++ I have found an error due to the flag /wd4141 that is specific for VS compilers.
I had to change the line 357 in CMakeList.txt from if (WIN32) to if (MSVC)
With this change I am able to build :)
Beta Was this translation helpful? Give feedback.
All reactions