Results 1 to 4 of 4

Thread: visual studio project files - adding extra files

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Apr 2006
    Location
    Denmark / Norway
    Posts
    67
    Qt products
    Qt4
    Platforms
    MacOS X Windows
    Thanks
    3
    Thanked 12 Times in 8 Posts

    Default Re: visual studio project files - adding extra files

    Thanks!

    Works like a charm... I added the CONFIG -= flat and put it in a dir, so that the files get in a "logical" folder...

    Features that would be nice to have in the .pro files:
    MYFILES = file1 file2
    MYFILES.foldername = myfolder
    ADDPROJECTFILES (MYFILES)


    Q_PRE_BUILD
    Q_POST_BUILD
    pre/post link already exists, but sometimes you need features before building, before prelink and after the build... I know it's possible to make .prf, but that's more hassle than:

    Q_PRE_BUILD = myscript...

  2. The following 3 users say thank you to luf for this useful post:


Similar Threads

  1. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 07:51
  2. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 09:17
  3. Replies: 3
    Last Post: 18th April 2007, 16:31
  4. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 14:15
  5. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 22:41

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.