View Single Post
flotron's Avatar
Posts: 418 | Thanked: 506 times | Joined on Jan 2012 @ Argentina
#12
Originally Posted by sixwheeledbeast View Post
This is what my project .pro looks like.

Code:
# Add files and directories to ship with the application 
# by adapting the examples below.
# file1.source = myfile
# dir1.source = mydir
DEPLOYMENTFOLDERS = # file1 dir1

script.source = script
script.target = .
DEPLOYMENTFOLDERS = script
Thank you marxian and sixwheeledbeast
I didn't have the script in the other files section.



The script folder needs to be in the sub-folder of the project, so along side qtc_packaging etc.
Excellent, that works! finally

So, to finish this post, my pro code is this:

Code:
folder_01.source = qml/scripter
folder_01.target = qml
file1.source = script.sh
dir1.source = script
DEPLOYMENTFOLDERS = file1 dir1 folder_01
Thank you marxian and sixwheeledbeast
 

The Following User Says Thank You to flotron For This Useful Post: