Results 1 to 2 of 2

Thread: qmake INSTALLS and subdirs template ...

  1. #1

    Default qmake INSTALLS and subdirs template ...

    Hi all,

    I'm facing a very strange problem in qmake-qt4.
    I have the following directory structure for my project:

    trunk
    |------ interfaces
    | --------- libinterfaces.so
    |------ plugins
    | --------- plugin1
    | --------- plugin.so
    | --------- plugin.xml
    |------ app
    | --------- app (executable)

    Each .pro file in interfaces, plugins, and app directories uses the INSTALLS tag to install the libs in /usr/lib/ and the application and plugins in /usr/local/app/.

    The trunk directory contains a .pro file with a subdirs template.

    The strange behaviour is: if I rum qmake in the trunk directory just the xml files are copied when I run 'make install'. In order to get the libraries installed I have to run qmake (and then 'make install') in each subdirectory (interfaces, plugins, etc).

    Is there any reason for this ?

    Thanks,
    Sandro

  2. #2

    Default Re: qmake INSTALLS and subdirs template ...


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.