Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. yosemite
    Log in to post

    • How to detect if silverlight is installed on Mac osx
      General and Desktop • mac osx yosemite silverlight • • xalisonx  

      1
      0
      Votes
      1
      Posts
      551
      Views

      No one has replied

    • Qt build from source failing on OS X 10.10 for iOS
      Installation and Deployment • ios build from sour yosemite • • Gints  

      3
      0
      Votes
      3
      Posts
      1557
      Views

      Thanks. I haven't tried 5.5.1 yet, but my build ended up succeeding after I rebooted my Mac (maybe something needed to be reloaded after all the Xcode / SDK changing I did) and removed the -no-framework config option (it was probably not intended for iOS, I think I only included it after seeing some message for the OS X build, and it forgot about it for iOS). I still don't know what the original problem was, but maybe this will be useful for someone.
    • [SOLVED] QTIFW installer crashes on Mac OSX
      Installation and Deployment • mac os x qtifw macdeployqt yosemite • • echobravo  

      4
      0
      Votes
      4
      Posts
      1419
      Views

      I agree with you. However, I haven't yet tested QtIF enough to determine if this could be considered a bug...
    • [SOLVED] QDir not cd'ing on Mac OS Yosemite
      General and Desktop • mac os x qdir yosemite • • echobravo  

      7
      0
      Votes
      7
      Posts
      2159
      Views

      You can check your directory by doing: qDebug() << dir.absolutePath(); dir.cdUp(); qDebug() << dir.absolutePath(); That should tell you what's happening and why. I have used QDir specifically to navigate inside bundles on Mavericks and it worked so check what those values are and it might show you the problem.
    • QML Video Playback Error in OSX Yosemite
      General and Desktop • qml video osx yosemite • • stevezilla  

      2
      0
      Votes
      2
      Posts
      1436
      Views

      Hi and welcome to devnet, Looks like you hit QTBUG-42708 which is related to QTBUG-36175 that's in progress