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. Missing subdirectory on Mac OS X
Qt 6.11 is out! See what's new in the release blog

Missing subdirectory on Mac OS X

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 681 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.
  • F Offline
    F Offline
    FamilyHistorian
    wrote on last edited by SGaist
    #1

    I am using Mac OS Sierra with Qt 5.7.0.
    Qt is installed in /Users/me/Qt
    QDate header is located in "Qt/5.7.clang_64/lib/QtCore.framework/Versions/5/Headers"
    Hardcoded in QDate is the line "#include "qdatetime.h"
    Hardcoded in "qdatetime.h" is "#include <QtCore/qstring.h>"
    However clang reports many errors because qstring.h is not found. There are no subdirectories below "Headers".
    Should I be concerned about this???

    1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      Hi, the reason for no subdirectories below "Headers" is that it's not a directory, it's a symbolic link to the directory "Versions/Current/Headers" and inside that you'll find qstring.h.
      Maybe you copied all the Qt files from another place? Sometimes the symbolic links are not included when you copy, you could try reinstalling 5.7.0.

      1 Reply Last reply
      1
      • F Offline
        F Offline
        FamilyHistorian
        wrote on last edited by
        #3

        Thanks for the answer. I will adjust my toolchain.

        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