Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QMAKE: export created .lib file?
Forum Updated to NodeBB v4.3 + New Features

QMAKE: export created .lib file?

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 2 Posters 3.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Peppy
    wrote on last edited by
    #1

    Is any way there how to export .lib file to one directory?
    DLLDESTDIR just copy created .DLL file into the specificated directory...

    1 Reply Last reply
    0
    • P Offline
      P Offline
      Peppy
      wrote on last edited by
      #2

      Probably QMAKE_LIBDIR will be that solution...

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        Are you still trying to shoehorn the qmake build artifacts into the directory structure your school asks you to use?

        Why don't you run qmake in some temporary directory and let it do its own thing there? It assumes that where it puts its files is an implementation detail. After building you can do a "make install" to actually put the files where you need them. You got way more control over the make install step than over the make one. Qmake is actually made to have the places where files get installed to configured;-)

        In Qt Creator the Projects->Run Settings->Deploy Steps are the best place to add a make install step.

        1 Reply Last reply
        0
        • P Offline
          P Offline
          Peppy
          wrote on last edited by
          #4

          Mhm...I think I will have to write my own "make" command utility because it's quite miserable when it's allows me to set up my own extensions of any file but not output directories of important parts...

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved