Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to enable ClangRefactoring and ClangPchManager plugin ?
QtWS25 Last Chance

How to enable ClangRefactoring and ClangPchManager plugin ?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
buildingclangqtcreatorpluginsbuild steps
1 Posts 1 Posters 532 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TBRZ
    wrote on last edited by TBRZ
    #1

    How to enable the following plugins ?

    Plugin ClangPchManager, with CONDITION TARGET libclang
    Plugin ClangRefactoring, with CONDITION TARGET libclang
    

    The following are enabled, with the same condition:

     * Plugin ClangFormat, with CONDITION TARGET libclang
     * Plugin ClangCodeModel, with CONDITION TARGET libclang
    

    I'm building it on macOS, QtCreator is at the latest master: 6efb09a86ac5581f2453aa070804d896692e065b. LLVM - clang 11.
    I buillt clang with the following options

    -DCMAKE_BUILD_TYPE=Release \
    -DLLVM_ENABLE_PROJECTS=“clang;clang-tools-extra” -DCMAKE_CXX_STANDARD=17 \
    -DLLVM_INCLUDE_TESTS=OFF \
    -DLLVM_CCACHE_BUILD=ON  \
    -DLLVM_ENABLE_RTTI=ON
    
    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved