Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Share QtQuick project to another desktop
Forum Updated to NodeBB v4.3 + New Features

Share QtQuick project to another desktop

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 234 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.
  • S Offline
    S Offline
    SemManz
    wrote on last edited by
    #1

    I wish to share my QtQuick (Compact) project with another desktop (containing QtCreator) to continue developing there. I tried sharing a zip file but QtCreator is unable to open the project and all the files. Is there any other way of sharing the project?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      The usual way is to use some git repository and share it via GitHub or other such service. But you can copy-paste files if you want, too - it should work. Just remember to delete .user file, it contains QtCreator information specific to one particular PC. Your new PC will generate it's own .user file.

      If you are using CMake, the file will be in root directory and named CMakeLists.txt.user. If you are using qmake, it will be also in root dir with name <project name>.pro.user.

      (Z(:^

      1 Reply Last reply
      4

      • Login

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