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. qmake visual studio 2019 install
Forum Updated to NodeBB v4.3 + New Features

qmake visual studio 2019 install

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 2 Posters 280 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.
  • S Offline
    S Offline
    sunayana
    wrote on last edited by
    #1

    Hi All,

    I am new to qmake and looking to find a way to install the dll's and lib's generated as part of a dynamic build with Visual Studio 2019 as a post build event.
    In the library.pri file I have a section

    win32 {
       DLLDESTDIR=$(INSTALLDIR)/bin
      !contains(QT_ARCH, i386) {
          DLLDESTDIR=$${DLLDESTDIR}64
    }
    }
    

    I am making sure to include this library.pri in all .pro files for each new library project. What I notice is that the dll is copied to the correct location sometimes and other times not. The lib files are never copied. Is there an example project that I could take a look at . I am working in Windows 10 environment with Visual Studio 2019 and qmake build system

    Thanks.

    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