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. How to "import a project " from github ?
Forum Updated to NodeBB v4.3 + New Features

How to "import a project " from github ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 2.0k Views 1 Watching
  • 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on 20 May 2021, 13:37 last edited by
    #1

    Until I get answer for my "search " post I am posting this- it is a dupe, I have asked this before .....

    Can somebody point out my error and SOLUTION.
    I select example project which leads me to "github" .

    I pull the "git " link and after "download" always end up with (dev) - definitely not a " project" .

    I do not know how to "compile" git hub files and want "precomplied" PROJECT. Am I using wrong github link? But it comes from "examples" ...

    8f906b1f-2060-4dcb-834f-f38383737c27-image.png

    1 Reply Last reply
    0
    • V Offline
      V Offline
      VRonin
      wrote on 20 May 2021, 13:45 last edited by
      #2

      Sorry but I didn't follow the previous threads. Could you run us through exactly what you are doing?

      I select example project

      From where?

      which leads me to "github"

      This is the most popular software collaboration website

      I pull the "git " link

      "Pull" is a technical term in Git but it doesn't make sense in this context (if you don't have an existing local repo). Can you explain exactly what you are doing?

      always end up with (dev)

      That's the name of the branch, doesn't have any particular implication

      definitely not a " project"

      Again, without knowing where you are downloading it from it's difficult to understand what's wrong

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      A 1 Reply Last reply 20 May 2021, 14:37
      4
      • V VRonin
        20 May 2021, 13:45

        Sorry but I didn't follow the previous threads. Could you run us through exactly what you are doing?

        I select example project

        From where?

        which leads me to "github"

        This is the most popular software collaboration website

        I pull the "git " link

        "Pull" is a technical term in Git but it doesn't make sense in this context (if you don't have an existing local repo). Can you explain exactly what you are doing?

        always end up with (dev)

        That's the name of the branch, doesn't have any particular implication

        definitely not a " project"

        Again, without knowing where you are downloading it from it's difficult to understand what's wrong

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on 20 May 2021, 14:37 last edited by
        #3

        @VRonin

        Step 1
        Idetify github link and copy it

        d07b558b-d420-4c57-8ac6-34f44704aa55-image.png

        STEP 2
        Run Git clone

        94cd285f-7ac4-4bcf-af34-2507dc37aebd-image.png

        STEP 3
        Success - click "Finish"
        249646de-2bec-4f0b-9727-d869aa95585a-image.png

        RESULT
        ...qtconnectivity[dev]... now what ?

        164f626d-34a4-44fb-b266-d0fdde896975-image.png

        This is not a project, I did something wrong....

        A 1 Reply Last reply 20 May 2021, 14:55
        0
        • V Offline
          V Offline
          VRonin
          wrote on 20 May 2021, 14:51 last edited by
          #4

          It is a project but it's a CMake project. You can open it with Qt Creator if you have CMake installed and configured.

          In any case this is not an example this is the code that produces the QtConnectivity module (the libraries that go into the bin folder of Qt).

          After STEP 2, you can go into /mnt/CAT_PROJECT/TEST_SUBPROJECT/SUBPROJECT/qtconnectivity/examples here you can find the project file with all the examples (examples.pro) or you can go into the subdirectories and find the particular example project files that you want (bluetooth/bluetooth.pro or nfc/nfc.pro)

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          1 Reply Last reply
          3
          • A Anonymous_Banned275
            20 May 2021, 14:37

            @VRonin

            Step 1
            Idetify github link and copy it

            d07b558b-d420-4c57-8ac6-34f44704aa55-image.png

            STEP 2
            Run Git clone

            94cd285f-7ac4-4bcf-af34-2507dc37aebd-image.png

            STEP 3
            Success - click "Finish"
            249646de-2bec-4f0b-9727-d869aa95585a-image.png

            RESULT
            ...qtconnectivity[dev]... now what ?

            164f626d-34a4-44fb-b266-d0fdde896975-image.png

            This is not a project, I did something wrong....

            A Offline
            A Offline
            Anonymous_Banned275
            wrote on 20 May 2021, 14:55 last edited by Anonymous_Banned275
            #5

            @AnneRanch

            I am adding this as FYI .

            Apparently even if I wanted to "compile" I have some conflicts with Qt (whatever name ) version .

            I need to go back to git to find why it is looking for 6.2 version.
            BTW AFTER I did "manage kits" it looks as I could really compile the "stuff" from "github". Perhaps it is a time to learn that...
            #endif

            1a7b93c3-89d7-40c8-b79e-c57ac1621be0-image.png

            Too good to be true...
            For other reasons I had to "reboot" and now cannot duplicate running CMake ....

            1 Reply Last reply
            0

            1/5

            20 May 2021, 13:37

            • Login

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