builddefs-qmake-4.10.0
Pre-release
Pre-release
builddefs-qmake version 4.10.0 :
feat : manage conan 2.x
- detect conan version for manage the different treatments [remaken_arch_define.pri]
- update VisualStudio/msvc compiler version for conan install command [remaken_arch_define.pri]
- manage conan 2.x dependencies with PkgConfigDeps generator
- write new conanfile.txt format (options are written diffently)
- manage disable external warnings (add CONFIG+=externaldeps)
feat/refactor:
- get the INCLUDE_PATH and CXXFLAGS with separate pkgconfig commands ('--cflags-only-I' for include paths, and 'cflags-only-other' for cxx flags) - avoid split and generic separation of '-I' and '-D' values.
=> fix #10 INCLUDEPATH issue with QTCreator Clang Code Model: errors in editor, compilation is fine
fix :
- #12 remove qmake warnings : messages about PROJECTDEPLOYDIR, FRAMEWORK, and TARGETDEPLOYDIR