Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Build the project according settings in .pro.user file from shell
Forum Updated to NodeBB v4.3 + New Features

Build the project according settings in .pro.user file from shell

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 667 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.
  • R Offline
    R Offline
    rominf
    wrote on last edited by
    #1

    I know how to use qmake and make.

    I mostly develop my code in Qt Creator, but sometimes I need to build all my projects from script (for automated deployment). I've configured my build via build settings (like build directory, flags, etc.) in Qt Creator already. I don't want to copy paste those settings into script by hand but to use them.

    I looked at the *.pro.user file and found that I cannot just extract make command and qmake command from XML, Qt Creator constructs those commands from more primitive XML values.

    Is there way to ask qmake or qtcreator to build the project exactly like it builds by pressing "Build" button in Qt Creator?

    1 Reply Last reply
    1

    • Login

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