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. qmake: How to override installation prefix for build outputs?
Forum Updated to NodeBB v4.3 + New Features

qmake: How to override installation prefix for build outputs?

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 320 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.
  • I Offline
    I Offline
    Igor Baidiuk
    wrote on last edited by Igor Baidiuk
    #1

    Hello!

    I'm building QML plugin, this one https://code.qt.io/cgit/qt-extensions/qttreeview.git in particular. It provides only QMake-based build process for Qt 5.15. The issue is, QMake installs plugin's binaries and other files into Qt installation it belongs to. And I want all those files to be installed into separate directory, for later separate packing and distribution. Configuring qmake describes set of QT_INSTALL_ properties which specify different locations for different kinds of files. Unfortunately I couldn't find a way to modify all of them at once. Changing QT_INSTALL_PREFIX changes only its value. So can I modify all those properties at once somehow? Or do I need to specify all of their values by hand?

    EDIT: It seems that overriding all those properties gives exactly zero results. QMake simply ignores them and still installs everything into Qt distribution it belongs to.

    Thanks

    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