Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.4, 4.8.0
-
None
-
633e03367031ef6e36dddc27a85e7a5c05285d65
Description
Executable missing from .pkg files
Most declarative auto test .pro files have DEPLOYMENT statement that overwrites instead of appending.
symbian: {
importFiles.files = data
importFiles.path = .
DEPLOYMENT = importFiles <--- this should be DEPLOYMENT += importFiles
}