Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Qmake will not execute INSTALL from .pro file. (Windows 7)

$
0
0
I have added a INSTALLS statement to me .pro file to move external DLLs to the build output folder. My app will not run with out them, and I want to avoid copy/paste all the time. I have the following: refDLL.path     =  $${DESTDIR} refDLL.files    +=\                 $${PWD}../imports   INSTALLS        = refDLL In the Build-Step (QT Creator) I have added an additional qmake comment to run install. Nothing is executed, and the INSTALL command in the makefile.debug is set to FORCE. FORCE has nothing assigned. Any ideas??

Viewing all articles
Browse latest Browse all 2113

Trending Articles