Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved INSTALLS in subdirs project

    General and Desktop
    3
    3
    399
    Loading More Posts
    • 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.
    • M
      MartinD last edited by

      Hi,
      I have subdirs project:

      TEMPLATE = subdirs
      
      SUBDIRS += src/libs/lib1 \
                 src/libs/lib2 \
                 src/app
      

      How to copy all targets of this project to single location, preferably using qmake INSTALLS?

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        AFAIK, you should do it in each sub-project.

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

        1 Reply Last reply Reply Quote 0
        • Q
          QtTester last edited by

          you can use DESTDIR = ./outputdir

          1 Reply Last reply Reply Quote 0
          • First post
            Last post