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. Qt build include dirs - QtSDK comparison
Forum Updated to NodeBB v4.3 + New Features

Qt build include dirs - QtSDK comparison

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.1k 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.
  • Q Offline
    Q Offline
    QbProg
    wrote on last edited by
    #1

    Hello,
    I'm building a custom Qt version using MSVC 2010, and after a nmake clean I get a tree where both the "include" and "src" dirs are needed. The files in the include dir just point to the ones in the src dir , something like
    #include "../../src/Qxxxxx.h"

    now, If I take the relative package installed in the Qt SDK I see that there's just a nice clean include dir. Also, there's a big difference in the total file count too.
    I would like to get,from the build tree, a nice directory tree like the one installed in the SDK.
    I see that make install is not supported in windows, but how do the Qt SDK developers obtain it?

    Thank you for any hint,
    Qb

    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