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. install qmlscene without installing XCode on Mac?
Forum Updated to NodeBB v4.3 + New Features

install qmlscene without installing XCode on Mac?

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 1.5k 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.
  • O Offline
    O Offline
    oghel
    wrote on last edited by
    #1

    I developed QML apps that I wish to share with 'non-developper' people. Using qmlscene to launch my apps looks like a nice way to do it.
    But installing Qt necessarily implies installing XCode. I do not see any reason to that, as I don't want my co-workers to compile anything...
    Is there any solution to this situation?

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      Welcome to the forum.
      You can develop executable along with QML. You can use the option "New file or Project->Qt Quick Application". This will build executable for you. You can distribute executable along with necessary libraries. You don't have to use the qmlscene in the scenario.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      3
      • O Offline
        O Offline
        oghel
        wrote on last edited by
        #3

        Thanks for your input Dheerendra; I should have mentioned this but an exe file does not seem to be an option for me. I tried it too and the output exe was about 200Mo, which clearly is too much when you know that the files I wrote only weigh a few hundred Ko...
        What I would like to know is whether my quest for this qmlscene without XCode is achievable - or not.

        1 Reply Last reply
        1
        • O Offline
          O Offline
          oghel
          wrote on last edited by
          #4

          So I just found a solution:
          I used homebrew package manager to install qt5 on Mac. This also installs qmlscene :D

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved