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. Issue with the layout / directory structure of Qt Source vs Pre Built Packages
QtWS25 Last Chance

Issue with the layout / directory structure of Qt Source vs Pre Built Packages

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 821 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.
  • C Offline
    C Offline
    callum
    wrote on last edited by
    #1

    I downloaded the Qt 5.2.0 source because I needed to build using Visual Studio 2012 - 32 bit with Open GL support - there are no pre-built libraries for this configuration.

    I installed all the tools and got the source to build with no problems.

    I just have this question regarding the layout of the include files, they appear to be different for the pre-packaged builds compared to that of the downloaded source.

    In the Qt pre-built packages we have a single directory e.g msvc2012 with subdirectories for bin, doc, include. The include directory has sub-directories QtCore, QtMultimedia etc.

    But if I install the source and build I have directories as follows:

    \qt-everywhere-opensource-src-5.2.0\QtBase\include\QtCore
    \qt-everywhere-opensource-src-5.2.0\qtmultimedia\include\QtMultiMedia

    i.e a different directory structure!!

    If I build the source all the components build and during the make/build process seems to generate new directories under QtBase\include

    e.g

    QtBase\Include\QtMultimedia

    but this directory is empty except for 1 file QtMultimedia Depends

    files like QAudioFormat are not here.

    I would have expected the directory structure for the includes to be the same if using the source compared to the pre built packages... It makes it hard to switch between them if they are different.

    Am I missing something here?

    Thank you,
    Callum

    1 Reply Last reply
    0
    • frederikF Offline
      frederikF Offline
      frederik
      wrote on last edited by
      #2

      You need to run make install after building.

      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