comparison tonyapp.pro @ 674:1d97a86274f1

Add executable flag to install targets
author Chris Cannam
date Wed, 20 Nov 2019 09:26:16 +0000
parents 85ba31c30ea4
children
comparison
equal deleted inserted replaced
673:90ee5448c205 674:1d97a86274f1
19 19
20 linux* { 20 linux* {
21 21
22 tony_bins.path = $$PREFIX_PATH/bin/ 22 tony_bins.path = $$PREFIX_PATH/bin/
23 tony_bins.files = tony 23 tony_bins.files = tony
24 tony_bins.CONFIG = no_check_exist 24 tony_bins.CONFIG = no_check_exist executable
25 25
26 tony_support.path = $$PREFIX_PATH/lib/tony/ 26 tony_support.path = $$PREFIX_PATH/lib/tony/
27 tony_support.files = chp.so pyin.so 27 tony_support.files = chp.so pyin.so
28 tony_support.CONFIG = no_check_exist 28 tony_support.CONFIG = no_check_exist executable
29 29
30 tony_desktop.path = $$PREFIX_PATH/share/applications/ 30 tony_desktop.path = $$PREFIX_PATH/share/applications/
31 tony_desktop.files = tony.desktop 31 tony_desktop.files = tony.desktop
32 tony_desktop.CONFIG = no_check_exist 32 tony_desktop.CONFIG = no_check_exist
33 33