comparison tonyapp.pro @ 616:0eebba29d477

Add install targets
author Chris Cannam
date Thu, 10 Oct 2019 12:49:59 +0100
parents f52766aa747b
children 85ba31c30ea4
comparison
equal deleted inserted replaced
615:8c6e87a89101 616:0eebba29d477
14 QT += network xml gui widgets svg 14 QT += network xml gui widgets svg
15 15
16 TARGET = Tony 16 TARGET = Tony
17 linux*:TARGET = tony 17 linux*:TARGET = tony
18 solaris*:TARGET = tony 18 solaris*:TARGET = tony
19
20 linux* {
21
22 tony_bins.path = $$PREFIX_PATH/bin/
23 tony_bins.files = tony
24 tony_bins.CONFIG = no_check_exist
25
26 tony_support.path = $$PREFIX_PATH/lib/tony/
27 tony_support.files = chp.so pyin.so
28 tony_support.CONFIG = no_check_exist
29
30 tony_desktop.path = $$PREFIX_PATH/share/applications/
31 tony_desktop.files = tony.desktop
32 tony_desktop.CONFIG = no_check_exist
33
34 tony_icon.path = $$PREFIX_PATH/share/icons/hicolor/scalable/apps/
35 tony_icon.files = icons/tony-icon.svg
36 tony_icon.CONFIG = no_check_exist
37
38 INSTALLS += tony_bins tony_support tony_desktop tony_icon
39 }
19 40
20 OBJECTS_DIR = o 41 OBJECTS_DIR = o
21 MOC_DIR = o 42 MOC_DIR = o
22 43
23 ICON = tony.icns 44 ICON = tony.icns