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. Subdirs project question(s)
Qt 6.11 is out! See what's new in the release blog

Subdirs project question(s)

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 839 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.
  • W Offline
    W Offline
    wincc
    wrote on last edited by
    #1

    Hi,

    I don´t know if this config is possible...

    I have a android app and a desktop app today, the android app send data to the desktop app on demand,I have tried to put these into a subdirs project but how do I get Qt to compile Android and Desktop projects with the "correct" kit ?

    Qt 5.4.1 and Qt-Creator 3.3.1 on 64bit Linux.

    // wincc

    K 1 Reply Last reply
    0
    • W wincc

      Hi,

      I don´t know if this config is possible...

      I have a android app and a desktop app today, the android app send data to the desktop app on demand,I have tried to put these into a subdirs project but how do I get Qt to compile Android and Desktop projects with the "correct" kit ?

      Qt 5.4.1 and Qt-Creator 3.3.1 on 64bit Linux.

      // wincc

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @wincc
      That is not the intend of subprojects. You can only compile those subdirs with the same tootl chain.

      Therefore, you need to create two projects where you can assign the appropriate toolchains per projects. When you have the two subprojects in the same session in creator, you can build both projects with "Build all" respectively "Ctrl+Shit+B".

      Vote the answer(s) that helped you to solve your issue(s)

      W 1 Reply Last reply
      0
      • K koahnig

        @wincc
        That is not the intend of subprojects. You can only compile those subdirs with the same tootl chain.

        Therefore, you need to create two projects where you can assign the appropriate toolchains per projects. When you have the two subprojects in the same session in creator, you can build both projects with "Build all" respectively "Ctrl+Shit+B".

        W Offline
        W Offline
        wincc
        wrote on last edited by
        #3

        @koahnig

        Ok,

        I didn't find anything in the documentation that clearly state that, but anyway thanks for the info.

        // wincc

        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