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. Best way to build Visual Studio project (with Qt Vs Tools) from command line

Best way to build Visual Studio project (with Qt Vs Tools) from command line

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

    I have many VS projects, which depend on Qt. I want to automate their building process. Recently I have been using this command to achieve this (after calling proper vcvars64.bat, adding qt's /bin directory to path and setting QTDIR and QMAKESPEC environment variables) :

    msbuild D:\some_project\some_project.sln /p:Configuration=Release;Platform=x64 /m /clp:ShowTimestamp /nologo
    

    But this command doesn't work with last Qt VS Tools update. Have I missed something?
    I have tried to search solution for this, but in all threads people suggest commands for building projects with .pro file, which does not appear in my projects.

    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