Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. make install doesn't work

make install doesn't work

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 269 Views
  • 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.
  • L Offline
    L Offline
    Loc888
    wrote on last edited by
    #1
    INSTALL_HEADERS += /test.dll
    trg.path = C:/Users/bambo/Desktop/test
    trg.files = $$INSTALL_HEADERS
    INSTALLS += trg
    

    That's the only thing was able to find when it comes to using that make installs, it's not clear where it should be put, after building the program nothing appears in the target.

    C 1 Reply Last reply
    0
    • L Loc888
      INSTALL_HEADERS += /test.dll
      trg.path = C:/Users/bambo/Desktop/test
      trg.files = $$INSTALL_HEADERS
      INSTALLS += trg
      

      That's the only thing was able to find when it comes to using that make installs, it's not clear where it should be put, after building the program nothing appears in the target.

      C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      Have you tried running make install after you build the project?

      Are you sure that test.dll, which is indeed a strange "header", lives in the root directory of the current disk?

      1 Reply Last reply
      1

      • Login

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