Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. PureQML lib
Forum Update on Monday, May 27th 2025

PureQML lib

Scheduled Pinned Locked Moved Solved QML and Qt Quick
4 Posts 2 Posters 593 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.
  • ODБOïO Offline
    ODБOïO Offline
    ODБOï
    wrote on last edited by
    #1

    Hi,
    i wanted to test pureQML

    there is a simple how to but i cant understand it.. can someone tell me what i have to do exactly in steps 3/4/5 please ?

    Simple how-to :
    1 ) Create project directory, cd <project-dir>
    2 ) Clone QmlCore to it: git clone git@github.com:pureqml/qmlcore.git
    3) Run ./qmlcore/build --boilerplate
    4) Look into ./src/app.qml
    5) Run ./qmlcore/build Please find the resulting files in build.web/*

    ODБOïO 1 Reply Last reply
    0
    • ODБOïO ODБOï

      Hi,
      i wanted to test pureQML

      there is a simple how to but i cant understand it.. can someone tell me what i have to do exactly in steps 3/4/5 please ?

      Simple how-to :
      1 ) Create project directory, cd <project-dir>
      2 ) Clone QmlCore to it: git clone git@github.com:pureqml/qmlcore.git
      3) Run ./qmlcore/build --boilerplate
      4) Look into ./src/app.qml
      5) Run ./qmlcore/build Please find the resulting files in build.web/*

      ODБOïO Offline
      ODБOïO Offline
      ODБOï
      wrote on last edited by ODБOï
      #2

      @LeLev
      actually even step 2 is not very clear to me, can i clone the repository with
      https://github.com/pureqml/qmlcore.git instead of git@github.com:pureqml/qmlcore.git as described in the how to

      if i try like in the example i have this error

      C:\Users\lev\Documents\PureQML>git clone git@github.com:pureqml/qmlcore.git
      Cloning into 'qmlcore'...
      ssh: connect to host github.com port 22: Connection timed out
      fatal: Could not read from remote repository.
      
      Please make sure you have the correct access rights
      and the repository exists.
      
      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        Yes you can use the https transport. The git link version requires you to have an account.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        ODБOïO 1 Reply Last reply
        1
        • SGaistS SGaist

          Hi,

          Yes you can use the https transport. The git link version requires you to have an account.

          ODБOïO Offline
          ODБOïO Offline
          ODБOï
          wrote on last edited by
          #4

          hi @SGaist
          thank you for the info.

          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