Results 1 to 2 of 2

Thread: batch file

  1. #1
    Join Date
    Jan 2016
    Posts
    5
    Qt products
    Qt5
    Platforms
    Windows

    Question batch file

    I have 1st bat file(myFileAll.bat) which has

    myFile1.bat ../project/MyApp1.pro
    myFile1.bat ../project/MyApp2.pro
    myFile1.bat ../project/MyApp3.pro
    myFile1.bat I am passing %1%2%3 as parameters

    But only MyApp1.exe is building the rest two are not

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: batch file

    You could use a .pro file with template "subdirs" instead and add the three existing .pro files to its SUBDiRS variable.

    Cheers,
    _

Similar Threads

  1. opening a batch file from Qt
    By Aashu10 in forum Qt Programming
    Replies: 1
    Last Post: 23rd November 2015, 12:22
  2. How to ran a batch file script using cmd?
    By kiboi in forum General Programming
    Replies: 3
    Last Post: 6th February 2013, 09:11
  3. QProcess running batch file
    By Vit Stepanek in forum Qt Programming
    Replies: 1
    Last Post: 22nd June 2010, 14:23
  4. distclean batch file
    By talk2amulya in forum Qt Programming
    Replies: 0
    Last Post: 11th April 2009, 12:19
  5. QProcess problem with windows batch file
    By bood in forum Qt Programming
    Replies: 11
    Last Post: 6th January 2006, 08:08

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.