Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. yosemite

    Log in to post
    • All categories
    • X

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

      1
      0
      Votes
      1
      Posts
      597
      Views

      No one has replied

    • G

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

      3
      0
      Votes
      3
      Posts
      1629
      Views

      G

      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.

    • E

      [SOLVED] QTIFW installer crashes on Mac OSX
      Installation and Deployment • macdeployqt qtifw mac os x yosemite • • echobravo

      4
      0
      Votes
      4
      Posts
      1494
      Views

      SGaist

      I agree with you. However, I haven't yet tested QtIF enough to determine if this could be considered a bug...

    • E

      [SOLVED] QDir not cd'ing on Mac OS Yosemite
      General and Desktop • qdir yosemite mac os x • • echobravo

      7
      0
      Votes
      7
      Posts
      2275
      Views

      A

      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.

    • S

      QML Video Playback Error in OSX Yosemite
      General and Desktop • yosemite osx video qml • • stevezilla

      2
      0
      Votes
      2
      Posts
      1495
      Views

      SGaist

      Hi and welcome to devnet,

      Looks like you hit QTBUG-42708 which is related to QTBUG-36175 that's in progress