Results 1 to 2 of 2

Thread: About INSTALLS var, how to use it ?

  1. #1
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default About INSTALLS var, how to use it ?

    I have read the qmake reference but I dont know how to use the INSTALLS
    What does INSTALLS?
    it copy files FORM target path to current build dir or TO target path ?
    target.path =
    target.files +=

    And .. How I say to make or Qmake that does it ?
    Have I to write some argument at build steps elements at Projects build settings tab ?

    (I'd like to use INSTALLS to copy some files builded to a distribution folder)

    I have some confused... And I dont find any useful help on the web.
    Any help will be appreciated . Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: About INSTALLS var, how to use it ?

    Quote Originally Posted by tonnot View Post
    I have read the qmake reference but I dont know how to use the INSTALLS
    What does INSTALLS?
    it copy files FORM target path to current build dir or TO target path ?
    target.path =
    target.files +=
    It creates an "install" target for make that copies files you choose to the path you choose. By default the files have to exist at the time qmake is called or should be generated as the target of the whole build process.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. qmake INSTALLS creates dangerous makefile
    By whites11 in forum Installation and Deployment
    Replies: 5
    Last Post: 6th July 2014, 04:43
  2. qmake isuue with INSTALLS and INSTALL_ROOT
    By mcarter in forum Qt Programming
    Replies: 12
    Last Post: 20th March 2011, 14:36
  3. Packaging with the qmake INSTALLS variable
    By Mookie in forum Installation and Deployment
    Replies: 4
    Last Post: 3rd November 2010, 19:01
  4. pro-file's INSTALLS variable and make uninstall
    By roxton in forum Qt Programming
    Replies: 1
    Last Post: 4th July 2008, 09:16
  5. qmake INSTALLS and subdirs template ...
    By sandros in forum Qt Programming
    Replies: 1
    Last Post: 24th October 2007, 22:10

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.