Results 1 to 2 of 2

Thread: can we install qmake_extra_targets and how?

  1. #1
    Join Date
    Sep 2008
    Posts
    93
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default can we install qmake_extra_targets and how?

    Hello,
    I used QMAKE_EXTRA_TARGETS += xxx.so
    How can I install it?
    I did it like this:
    qmake_extra_targets.path = $$(DESTDIR)/usr/lib
    INSTALLS += qmake_extra_targets

    But it did not work.

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

    Default Re: can we install qmake_extra_targets and how?

    You have to provide a full installation structure for a custom install, the "shortcut" works only for the target variable. Consult our wiki or qmake docs for details.
    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.


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.