Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8222681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T14:21:46+00:00 2026-06-07T14:21:46+00:00

I have an C++ application, which consists of several VS2010 projects and two Qt

  • 0

I have an C++ application, which consists of several VS2010 projects and two Qt Creator projects (for the GUI).

I would like to have a build script, which builds all the projects at once. So what would be the best tool for the job?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T14:21:47+00:00Added an answer on June 7, 2026 at 2:21 pm

    Personally, I would change all projects to Qt projects and assemble them using the SUBDIRS template for .pro files.

    You could then either run qmake on the top-level .pro file or do

    qmake -tp vc -recursive
    

    to create a VS solution and .vcproj files.

    If that is not an option, you could just write a batch script which compiles them all. For VS 2008 I had batch scripts like this (File existence checks, error code handling etc omitted):

    "%VS90COMNTOOLS%vsvars32.bat"
    cd GUI
    qmake GUI.pro
    cd ..\Core
    call vcbuild core.sln "Release|Win32" 
    

    The first is needed so vcbuild and nmake etc are known. It could be VS100COMNTOOLS or something like that for VS 2010, you may check your environment variables for that. Or maybe it’s not even needed anymore.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Silverlight application that consists of a MainWindow and several classes which
I have a build system that consists of several subdirectories with projects, where in
I have a C# application which consists of 3 forms: 1: Battleship Game GUI
I have a class diagram for my application which consists of several compositions and
I have a server which consists of several Zend Framework application. I want to
I have an application which consists of 2 pages. One of those pages generates
Currently, I have an Application which consists of a BasePage which as a header
I have a simple application which basically consists of a line of buttons and
I am working on an application which consists of several modules and requires them
I have a very simple application which consists of an ASP.NET front end site,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.