Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How i disable pre-compiled headers option in MSVC when compiling in Qt?
Forum Updated to NodeBB v4.3 + New Features

How i disable pre-compiled headers option in MSVC when compiling in Qt?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 1.3k Views 1 Watching
  • 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.
  • W Offline
    W Offline
    wwolff
    wrote on 10 Aug 2014, 02:48 last edited by
    #1

    Hi!

    I´m trying use the FreeType Lib, but i´m having problems with the pre-compiled headers, and i want disable this option.

    How can i do that?

    Kind Regards.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dheerendra
      Qt Champions 2022
      wrote on 10 Aug 2014, 03:34 last edited by
      #2

      Try this ?
      I generally use this in VC++ env to disable it.
      Project> Properties -> C/C++ -> Precompiled Headers
      Create/Use Precompiled Header -> Not Using Precompiled Headers

      I have not used this with Qt though.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      0
      • M Offline
        M Offline
        markcda
        wrote on 22 Jun 2020, 08:46 last edited by
        #3

        Hi, I recently ran into the same issue.
        To solve it, go to Help -> About Modules, check Show all, enter "pch" and disable the ClangPchManager module. Then the precompilation of the headers will be disabled.

        18 y.o. git: kollieartwolf any sn: titoffklim pow. APO from Moscow

        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