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. pre-compiled QT headers
Forum Updated to NodeBB v4.3 + New Features

pre-compiled QT headers

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 83 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.
  • J Offline
    J Offline
    JacobNowitsky
    wrote last edited by
    #1

    I want to pre-compile headers, lets say #include <QApplication>

    same as described in video below
    https://www.youtube.com/watch?v=a6PdfwVE9hA

    Please guide me with simple steps

    Pl45m4P 1 Reply Last reply
    0
    • J JacobNowitsky

      I want to pre-compile headers, lets say #include <QApplication>

      same as described in video below
      https://www.youtube.com/watch?v=a6PdfwVE9hA

      Please guide me with simple steps

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote last edited by Pl45m4
      #2

      @JacobNowitsky

      What's so hard about creating a PCH file like

      // myApp_pch.h
      #include <QApplication>
      #include <QWidget>
      

      and then enable the PCH support depending on your build system?!

      BTW: The video even explains how to set this up... so what do you mean?!


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      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